76 lines
3.8 KiB
TOML
76 lines
3.8 KiB
TOML
# https://rust-lang.github.io/rustfmt/?version=v1.4.38&search=
|
|
array_width = 60
|
|
attr_fn_like_width = 70
|
|
binop_separator = "Front" # "Front", "Back"
|
|
blank_lines_lower_bound = 0
|
|
blank_lines_upper_bound = 1
|
|
brace_style = "SameLineWhere" #"AlwaysNextLine", "PreferSameLine", "SameLineWhere"
|
|
chain_width = 60
|
|
color = "Auto" #"Auto", "Always", "Never"
|
|
combine_control_expr = true # true, false
|
|
comment_width = 80
|
|
condense_wildcard_suffixes = false # true, false
|
|
control_brace_style = "AlwaysSameLine" # "AlwaysNextLine", "AlwaysSameLine", "ClosingNextLine"
|
|
disable_all_formatting = false # true, false
|
|
edition = "2015" # "2015", "2018", "2021"
|
|
empty_item_single_line = true # true, false
|
|
enum_discrim_align_threshold = 0
|
|
error_on_line_overflow = false # true, false
|
|
error_on_unformatted = false # true, false
|
|
fn_args_layout = "Tall" # "Compressed", "Tall", "Vertical"
|
|
fn_call_width = 60
|
|
fn_single_line = false # true, false
|
|
force_explicit_abi = true # true, false
|
|
force_multiline_blocks = false # true, false
|
|
format_code_in_doc_comments = false # true, false
|
|
format_generated_files = false # true, false
|
|
format_macro_matchers = false # true, false
|
|
format_macro_bodies = true # true, false
|
|
format_strings = false # true, false
|
|
group_imports = "Preserve" # "Preserve", "StdExternalCrate"
|
|
hard_tabs = false # true, false
|
|
hex_literal_case = "Preserve" # "Upper", "Lower"
|
|
hide_parse_errors = false # true, false
|
|
ignore = []
|
|
imports_indent = "Block" # "Block", "Visual"
|
|
imports_layout = "Mixed" # "Horizontal", "HorizontalVertical", "Mixed", "Vertical"
|
|
indent_style = "Block" # "Block", "Visual"
|
|
inline_attribute_width = 0
|
|
license_template_path = ""
|
|
match_arm_blocks = true # true, false
|
|
match_arm_leading_pipes = "Never" # "Always", "Never", "Preserve"
|
|
match_block_trailing_comma = false # true, false
|
|
max_width = 100
|
|
merge_derives = true # true, false
|
|
imports_granularity = "Preserve" # "Preserve", "Crate", "Module", "Item", "One"
|
|
merge_imports = false # true, false
|
|
newline_style = "Auto" # "Auto", "Native", "Unix", "Windows"
|
|
normalize_comments = false # true, false
|
|
normalize_doc_attributes = false # true, false
|
|
overflow_delimited_expr = false # true, false
|
|
remove_nested_parens = true # true, false
|
|
reorder_impl_items = false # true, false
|
|
reorder_imports = true # true, false
|
|
reorder_modules = true # true, false
|
|
report_fixme = "Never" # "Always", "Unnumbered", "Never"
|
|
report_todo = "Never" # "Always", "Unnumbered", "Never"
|
|
skip_children = false # true, false
|
|
single_line_if_else_max_width = 50
|
|
space_after_colon = true # true, false
|
|
space_before_colon = false # true, false
|
|
spaces_around_ranges = false # true, false
|
|
struct_field_align_threshold = 0
|
|
struct_lit_single_line = true # true, false
|
|
struct_lit_width = 18
|
|
struct_variant_width = 35
|
|
tab_spaces = 2
|
|
trailing_comma = "Vertical" # "Always", "Never", "Vertical"
|
|
trailing_semicolon = true # true, false
|
|
type_punctuation_density = "Wide" # "Compressed", "Wide"
|
|
unstable_features = false # true, false
|
|
use_field_init_shorthand = false # true, false
|
|
use_small_heuristics = "Default" # "Default", "Off", "Max"
|
|
use_try_shorthand = false # true, false
|
|
where_single_line = false # true, false
|
|
wrap_comments = false # true, false
|