Added lua style file

This commit is contained in:
Oliver Hartmann 2022-03-16 22:53:30 +01:00
parent 8860d92ed1
commit 4c543d7f44

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"