jecs/.stylua.toml

10 lines
237 B
TOML
Raw Normal View History

2025-03-27 02:55:16 +00:00
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"