Add stylua configuration

This commit is contained in:
MarcHamamji 2023-04-03 18:15:14 +03:00
parent c316ecfdec
commit 678f84a859

10
.stylua.toml Normal file
View File

@ -0,0 +1,10 @@
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "NoSingleTable"
collapse_simple_statement = "Never"
[sort_requires]
enabled = false