Add config for luacheck and stylua

This commit is contained in:
Steven Arcangeli 2021-07-05 18:06:09 -07:00
parent 8e969e05b5
commit 89f4097711
2 changed files with 3 additions and 0 deletions

1
.luacheckrc Normal file
View file

@ -0,0 +1 @@
max_comment_line_length = false

2
.stylua.toml Normal file
View file

@ -0,0 +1,2 @@
indent_type = "Spaces"
indent_width = 2