aboutsummaryrefslogtreecommitdiff
path: root/nvim/stylua.toml
blob: 28b83c7f78434b62db3053a46f0112725be1554f (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