Dotfiles_nvim/stylua.toml
2024-07-02 23:52:43 +02:00

7 lines
184 B
TOML

column_width = 80
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 4
quote_style = "AutoPreferSingle"
call_parentheses = "Always"
collapse_simple_statement = "FunctionOnly"