mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(nvim): update stylua configuration
This commit is contained in:
@@ -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"
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user