mirror of
https://github.com/CompeyDev/lune-luau-template.git
synced 2024-12-12 04:40:41 +00:00
12 lines
175 B
TOML
12 lines
175 B
TOML
|
line_endings = "Unix"
|
||
|
quote_style = "AutoPreferDouble"
|
||
|
indent_type = "Spaces"
|
||
|
call_parentheses = "Always"
|
||
|
|
||
|
indent_width = 4
|
||
|
column_width = 80
|
||
|
|
||
|
[sort_requires]
|
||
|
enabled = true
|
||
|
|