style: format lua using stylua

This commit is contained in:
arne314
2025-01-09 01:48:18 +01:00
parent 434dc5c6c4
commit e9824803b5
10 changed files with 114 additions and 143 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 = "AutoPreferSingle"
call_parentheses = "Always"
collapse_simple_statement = "Always"
[sort_requires]
enabled = true