8 lines
185 B
TOML
8 lines
185 B
TOML
column_width = 160
|
|
line_endings = "Unix"
|
|
indent_type = "Spaces"
|
|
indent_width = 2
|
|
quote_style = "AutoPreferSingle"
|
|
call_parentheses = "Always"
|
|
collapse_simple_statement = "FunctionOnly"
|