stylua config

This commit is contained in:
2024-11-20 11:37:03 -05:00
parent ced6df31bb
commit 4ea34f7b9b
+7 -1
View File
@@ -1,6 +1,12 @@
syntax = "All"
column_width = 120 column_width = 120
line_endings = "Unix" line_endings = "Unix"
indent_type = "Spaces" indent_type = "Spaces"
indent_width = 3 indent_width = 3
quote_style = "AutoPreferDouble" quote_style = "AutoPreferDouble"
call_parentheses = "None" call_parentheses = "Always"
space_after_function_names = "Never"
collapse_simple_statement = "ConditionalOnly"
[sort_requires]
enabled = false