Add stylua.toml
This commit is contained in:
parent
64facc315d
commit
437bde1cfa
8
stylua.toml
Normal file
8
stylua.toml
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
indent_type = "Spaces"
|
||||||
|
indent_width = 2
|
||||||
|
line_endings = "Unix"
|
||||||
|
no_call_parentheses = true
|
||||||
|
quote_style = "AutoPreferDouble"
|
||||||
|
|
||||||
|
[sort_requires]
|
||||||
|
enabled = true
|
Reference in a new issue