mirror of
https://github.com/lune-org/docs.git
synced 2024-12-12 04:50:36 +00:00
9 lines
172 B
TOML
9 lines
172 B
TOML
column_width = 100
|
|
line_endings = "Unix"
|
|
indent_type = "Tabs"
|
|
indent_width = 4
|
|
quote_style = "AutoPreferDouble"
|
|
call_parentheses = "Always"
|
|
|
|
[sort_requires]
|
|
enabled = true
|