aboutsummaryrefslogtreecommitdiff
path: root/nvim/stylua.toml
blob: 133302c9e556b7710fdd269649ce21725fdbfe14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
syntax = "All"
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
call_parentheses = "Always"
collapse_simple_statement = "ConditionalOnly"
space_after_function_names = "Never"
block_newline_gaps = "Never"

[sort_requires]
enabled = false