chore: stylua formatting update (#261)

* addded stylua config file

* chore: formatted with stylua
This commit is contained in:
Galen Rowell 2021-08-16 17:49:09 +10:00 committed by GitHub
parent 4abf43aa99
commit 86903ab982
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 1955 additions and 1987 deletions

View file

@ -1,8 +1,8 @@
local chad_modules = {
"options",
"mappings"
"options",
"mappings",
}
for i = 1, #chad_modules, 1 do
pcall(require, chad_modules[i])
pcall(require, chad_modules[i])
end