meta: moved stylua configuration

This commit is contained in:
Primrose 2024-08-30 19:29:36 +02:00
parent 2169fabac8
commit 4897b67819
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
2 changed files with 1 additions and 4 deletions

10
.stylua.toml Normal file
View file

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