.. |
blank_lines_lower_bound
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
brace_style
|
Prioritize single_line_fn and empty_item_single_line over brace_style
|
2019-02-01 00:22:47 +09:00 |
chain_width
|
Add some basic tests for chain_width use
|
2021-04-21 21:27:50 -05:00 |
combine_control_expr
|
Remove uses of box_syntax in rustc and tools
|
2023-03-12 13:19:46 +00:00 |
comment_width
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
condense_wildcard_suffixes
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
control_brace_style
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
disable_all_formatting
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
doc_comment_code_block_width
|
Merge commit 'c4416f20dcaec5d93077f72470e83e150fb923b1' into sync-rustfmt
|
2022-06-22 22:14:32 -05:00 |
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
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
error_on_unformatted
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
fn_params_layout
|
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
|
2023-01-24 14:16:03 -06:00 |
fn_single_line
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
force_explicit_abi
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
force_multiline_block
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
format_generated_files
|
Add config option generated_marker_line_search_limit (#5993)
|
2024-01-20 11:14:50 -05:00 |
format_macro_bodies
|
fix tests
|
2023-05-01 16:15:17 +08:00 |
format_macro_matchers
|
fix tests
|
2023-05-01 16:15:17 +08:00 |
format_strings
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
group_imports
|
Merge commit '7b73b60faca71d01d900e49831fcb84553e93019' into sync-rustfmt
|
2022-06-12 22:03:05 -05:00 |
hard_tabs
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
imports_indent
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
imports_layout
|
Rename merge_imports to imports_granularity and add a Module option.
|
2021-01-17 11:48:47 -06:00 |
indent_style
|
tests: validate style_edition derivation
|
2024-07-28 19:37:36 -05: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
|
Merge commit '4236289b75ee55c78538c749512cdbeea5e1c332' into update-rustfmt
|
2021-07-25 22:57:19 -05:00 |
match_block_trailing_comma
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
merge_derives
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
normalize_comments
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
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
|
Add reorder_impl_items config option
|
2018-04-05 12:49:16 +09:00 |
reorder_imports
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
reorder_modules
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
short_array_element_width_threshold
|
Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-subtree
|
2022-03-29 23:17:30 -05:00 |
single_line_let_else_max_width
|
wrap else to next line if let-else pattern is multi-lined
|
2023-07-01 01:06:35 -05:00 |
skip_children
|
Add a test for #3493
|
2019-06-08 14:52:49 +09:00 |
space_before_colon
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
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
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
style_edition
|
feat: implement 2024 Style Edition for expr overflows
|
2024-08-27 20:49:15 -05:00 |
tab_spaces
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
trailing_comma
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
trailing_semicolon
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
type_punctuation_density
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
use_field_init_shorthand
|
Update uses of rustfmt_skip to rustfmt::skip
|
2018-05-14 16:25:10 +12:00 |
use_small_heuristics
|
implement single_line_let_else_max_width
|
2023-07-01 01:06:35 -05:00 |
use_try_shorthand
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |
version
|
tests: validate style_edition derivation
|
2024-07-28 19:37:36 -05:00 |
where_single_line
|
fix: don't force a newline after an empty where clause
|
2020-11-25 21:32:46 -06:00 |
wrap_comments
|
Tidy up and pass tests
|
2018-03-02 15:07:13 +13:00 |