Dotfiles/.config/nvim/stylua.toml

8 lines
184 B
TOML
Raw Normal View History

2024-06-02 17:45:00 +00:00
column_width = 80
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 4
quote_style = "AutoPreferDouble"
call_parentheses = "Always"
collapse_simple_statement = "FunctionOnly"