aboutsummaryrefslogtreecommitdiff
path: root/nvim/dot-config/nvim-final/stylua.toml
blob: 4ac5841cd818204e96724cdc3d03487f6b501671 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
call_parentheses = "Always"
collapse_simple_statement = "Always"
column_width = 80
indent_type = "Spaces"
indent_width = 4
line_endings = "Unix"
quote_style = "AutoPreferDouble"
space_after_function_names = "Never"
syntax = "LuaJIT"

[sort_requires]
enabled = true