Merge pull request #9 from seflue/style/add-stylua

chore: add stylua config for unified styling
This commit is contained in:
Lyz 2024-02-16 11:24:04 +00:00 committed by GitHub
commit d70432192d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

6
stylua.toml Normal file
View File

@ -0,0 +1,6 @@
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "Always"