mirror of
https://github.com/Ascyii/typstar.git
synced 2025-12-31 21:14:25 -05:00
11 lines
211 B
TOML
11 lines
211 B
TOML
column_width = 120
|
|
line_endings = "Unix"
|
|
indent_type = "Spaces"
|
|
indent_width = 4
|
|
quote_style = "AutoPreferSingle"
|
|
call_parentheses = "Always"
|
|
collapse_simple_statement = "Always"
|
|
|
|
[sort_requires]
|
|
enabled = true
|