Add Stylua config to nvim conf
This commit is contained in:
parent
7e4d0339de
commit
c626c32081
1 changed files with 7 additions and 0 deletions
7
.config/nvim/stylua.toml
Normal file
7
.config/nvim/stylua.toml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
column_width = 80
|
||||||
|
line_endings = "Unix"
|
||||||
|
indent_type = "Spaces"
|
||||||
|
indent_width = 4
|
||||||
|
quote_style = "AutoPreferDouble"
|
||||||
|
call_parentheses = "Always"
|
||||||
|
collapse_simple_statement = "FunctionOnly"
|
Loading…
Reference in a new issue