16 lines
347 B
TOML
16 lines
347 B
TOML
unstable_features = true
|
|
verbose = false
|
|
max_width = 100
|
|
comment_width = 100
|
|
wrap_comments = true
|
|
tab_spaces = 4
|
|
hard_tabs = false
|
|
newline_style = "Unix"
|
|
write_mode = "Overwrite"
|
|
condense_wildcard_suffixes = false
|
|
format_strings = true
|
|
normalize_comments = true
|
|
reorder_imports = true
|
|
reorder_imported_names = true
|
|
reorder_imports_in_group = true
|