style: format lua with StyLua

This commit is contained in:
Oliver Davies 2022-01-09 00:07:35 +00:00
parent f1171dbfc0
commit 5ff925c80c
21 changed files with 200 additions and 194 deletions

5
stylua.toml Normal file
View file

@ -0,0 +1,5 @@
indent_type = "Spaces"
indent_width = 2
line_endings = "Unix"
no_call_parentheses = true
quote_style = "AutoPreferDouble"