stylua config
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user