rust/tests/target/configs
2020-11-18 21:37:42 -06:00
..
blank_lines_lower_bound
brace_style Prioritize single_line_fn and empty_item_single_line over brace_style 2019-02-01 00:22:47 +09:00
combine_control_expr Various cosmetic improvements (#3403) 2019-02-19 11:56:42 +09:00
comment_width
condense_wildcard_suffixes
control_brace_style
disable_all_formatting
empty_item_single_line Implement closing-block procedure without relying on missed_span module (#3691) 2019-07-17 23:07:12 +09:00
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
error_on_unformatted
fn_args_layout stabilise fn_args_density (#3581) 2019-06-03 22:26:48 +09:00
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
group_imports Option to create groups for std, external crates, and other imports 2020-11-18 21:37:42 -06:00
hard_tabs
imports_indent
imports_layout Another fix for merge_imports (#3769) 2019-09-04 23:02:10 +09:00
indent_style fix "internal error: left behind trailing whitespace" with long lines 2019-02-01 19:58:38 +09:00
match_arm_blocks Don't flatten a block containing a single macro call 2020-11-05 20:45:11 -06:00
match_arm_leading_pipes tests: add tests for leading pipe config 2020-09-24 09:43:31 -05:00
match_block_trailing_comma
merge_derives
normalize_comments
normalize_doc_attributes tests: add normalize_doc_attributes config tests (#3630) 2019-06-16 23:46:25 +09:00
remove_nested_parens add config test 2018-05-06 09:23:45 +08:00
reorder_impl_items
reorder_imports
reorder_modules
skip_children Add a test for #3493 2019-06-08 14:52:49 +09:00
space_before_colon
spaces_around_ranges backport new syntax to rustfmt 1.x (#4105) 2020-03-31 15:28:01 +09:00
struct_field_align_threshold handle field attributes when aligning a struct's fields (#3513) 2019-10-19 16:56:32 +09:00
struct_lit_single_line
tab_spaces
trailing_comma
trailing_semicolon
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