12 lines
277 B
TOML
12 lines
277 B
TOML
syntax = "All"
|
|
column_width = 120
|
|
line_endings = "Unix"
|
|
indent_type = "indent_type"
|
|
indent_width = 2
|
|
quote_style = "AutoPreferDouble"
|
|
call_parentheses = "Always"
|
|
collapse_simple_statement = "ConditionalOnly"
|
|
space_after_function_names = "Never"
|
|
|
|
[sort_requires]
|
|
enabled = true
|