mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
11 lines
219 B
TOML
11 lines
219 B
TOML
column_width = 120
|
|
line_endings = "Unix"
|
|
indent_type = "Tabs"
|
|
indent_width = 4
|
|
quote_style = "ForceDouble"
|
|
call_parentheses = "Always"
|
|
collapse_simple_statement = "Never"
|
|
syntax = "Luau"
|
|
|
|
[sort_requires]
|
|
enabled = true
|