chore: add stylua config for unified styling

This commit is contained in:
Sebastian Flügge 2024-01-03 01:19:09 +01:00
parent c66faa0698
commit 3a82b6ec27

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"