chore(nvim): update stylua configuration

This commit is contained in:
Stefan Imhoff
2024-07-30 20:55:16 +02:00
parent 34d02cfcf1
commit b4819e3187
2 changed files with 6 additions and 9 deletions

View File

@@ -1,7 +0,0 @@
column_width = 200
line_endings = "Unix"
indent_type = "Tabs"
indent_width = 4
quote_style = "AutoPreferDouble"
call_parentheses = "Always"
collapse_simple_statement = "Never"

View File

@@ -1,3 +1,7 @@
indent_type = "Spaces"
call_parentheses = "Always"
collapse_simple_statement = "Never"
column_width = 200
indent_type = "Tabs"
indent_width = 2
column_width = 120
line_endings = "Unix"
quote_style = "AutoPreferDouble"