rust/tests
moxian 65ae0b9a09 Change enum align semantics to care about absolute length, rather than difference.
If we're only aligning enum discriminants that are "not too far apart
(length-wise)", then this works really well for enums with
consistently-long or consistently-short idents, but not for the mixed
ones.
However, consistently-long idents is somewhate of an uncommon case and
overlong idents may be allowed to be formatted suboptimally if that
makes mixed-length idents work better (and it does in this case).
2018-09-26 18:47:17 +00:00
..
config Switch to comments for rustfmt config 2018-06-19 09:30:50 -04:00
coverage Replace WriteMode with EmitMode and backup bool 2018-05-21 14:14:09 +12:00
source Change enum align semantics to care about absolute length, rather than difference. 2018-09-26 18:47:17 +00:00
target Change enum align semantics to care about absolute length, rather than difference. 2018-09-26 18:47:17 +00:00
writemode Replace WriteMode with EmitMode and backup bool 2018-05-21 14:14:09 +12:00