summaryrefslogtreecommitdiffstats
path: root/dot_config/nvim/dot_stylua.toml
blob: bfcffff48e8751419dfc3a73ea6f6534c6886f1e (plain) (blame)
1
2
3
4
5
6
7
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
call_parentheses = "None"
collapse_simple_statement = "Always"