rust/tests/source/configs
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
..
blank_lines_lower_bound
brace_style
comment_width
condense_wildcard_suffixes
control_brace_style
disable_all_formatting
empty_item_single_line
enum_discrim_align_threshold Change enum align semantics to care about absolute length, rather than difference. 2018-09-26 18:47:17 +00:00
error_on_line_overflow
fn_args_density
fn_single_line
force_explicit_abi
force_multiline_block
format_macro_bodies Add some tests I forgot about earlier 2018-08-01 10:41:16 +12:00
format_macro_matchers Add some tests I forgot about earlier 2018-08-01 10:41:16 +12:00
format_strings
hard_tabs
imports_layout
indent_style
match_arm_blocks
match_block_trailing_comma
merge_derives
normalize_comments
remove_nested_parens
reorder_impl_items
reorder_imports
reorder_modules
skip_children
space_before_colon
spaces_around_ranges
struct_field_align_threshold Update uses of rustfmt_skip to rustfmt::skip 2018-05-14 16:25:10 +12:00
struct_lit_single_line
tab_spaces
trailing_comma
type_punctuation_density
use_field_init_shorthand Update uses of rustfmt_skip to rustfmt::skip 2018-05-14 16:25:10 +12:00
use_small_heuristics Add max_width option for all heuristics. 2018-07-17 13:17:36 -04:00
use_try_shorthand
where_single_line fix tests 2018-05-31 18:34:06 +08:00
wrap_comments