mirror of
https://github.com/Ukendio/jecs.git
synced 2025-04-24 17:10:03 +00:00
9 lines
237 B
TOML
9 lines
237 B
TOML
syntax = "All"
|
|
column_width = 120
|
|
line_endings = "Unix"
|
|
indent_type = "Tabs"
|
|
indent_width = 4
|
|
quote_style = "AutoPreferDouble"
|
|
call_parentheses = "Always"
|
|
space_after_function_names = "Never"
|
|
collapse_simple_statement = "Never"
|