jecs/.stylua.toml

10 lines
228 B
TOML
Raw Normal View History

2025-03-27 01:33:38 +00:00
syntax = "All"
column_width = 120
line_endings = "Unix"
indent_type = "Tabs"
indent_width = 4
2025-03-27 01:33:38 +00:00
quote_style = "AutoPreferDouble"
call_parentheses = "Always"
2025-03-27 01:33:38 +00:00
space_after_function_names = "Never"
collapse_simple_statement = "Never"