rust/tests/source/configs
Geoffry Song 71863753bd Rename merge_imports to imports_granularity and add a Module option.
This renames the existing `true`/`false` options to `Crate`/`Never`, then adds a
new `Module` option which causes imports to be grouped together by their
originating module.
2021-01-17 11:48:47 -06:00
..
blank_lines_lower_bound
brace_style
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
error_on_line_overflow
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
format_macro_matchers
format_strings
group_imports Rename merge_imports to imports_granularity and add a Module option. 2021-01-17 11:48:47 -06:00
hard_tabs
imports_layout Rename merge_imports to imports_granularity and add a Module option. 2021-01-17 11:48:47 -06:00
indent_style fix "internal error: left behind trailing whitespace" with long lines 2019-02-01 19:58:38 +09:00
match_arm_blocks
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
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 Various cosmetic improvements (#3403) 2019-02-19 11:56:42 +09:00
struct_lit_single_line
tab_spaces
trailing_comma
type_punctuation_density
use_field_init_shorthand
use_small_heuristics
use_try_shorthand
where_single_line
wrap_comments