Dotfiles_nvim/stylua.toml

8 lines
177 B
TOML
Raw Normal View History

2024-07-02 23:52:43 +02:00
column_width = 80
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 4
quote_style = "AutoPreferSingle"
call_parentheses = "Always"
2025-01-13 15:30:01 +01:00
collapse_simple_statement = "Never"