Files
dotfiles/.config/nvim/.stylua.toml
T
2024-11-20 11:37:03 -05:00

13 lines
273 B
TOML

syntax = "All"
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 3
quote_style = "AutoPreferDouble"
call_parentheses = "Always"
space_after_function_names = "Never"
collapse_simple_statement = "ConditionalOnly"
[sort_requires]
enabled = false