fix: Remove unsupported config options
Not sure if my version is too old? I got those options straight from the stylua repo...
This commit is contained in:
parent
829f3a616d
commit
6902d22f20
1 changed files with 0 additions and 2 deletions
|
@ -1,11 +1,9 @@
|
|||
syntax = "Lua51"
|
||||
column_width = 80
|
||||
line_endings = "Unix"
|
||||
indent_type = "Spaces"
|
||||
indent_width = 2
|
||||
quote_style = "AutoPreferSingle"
|
||||
call_parentheses = "Always"
|
||||
space_after_function_names = "Never"
|
||||
collapse_simple_statement = "Never"
|
||||
|
||||
[sort_requires]
|
||||
|
|
Loading…
Reference in a new issue