1
0
Fork 1
Dotfiles_nvim/stylua.toml

8 lines
184 B
TOML
Raw Normal View History

2024-07-02 21:52:43 +00:00
column_width = 80
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 4
quote_style = "AutoPreferSingle"
call_parentheses = "Always"
collapse_simple_statement = "FunctionOnly"