add lint config
This commit is contained in:
parent
f1e4018776
commit
4a91484477
2 changed files with 9 additions and 0 deletions
6
.luacheckrc
Normal file
6
.luacheckrc
Normal file
|
@ -0,0 +1,6 @@
|
|||
globals = {
|
||||
"vim"
|
||||
}
|
||||
|
||||
ignore = {"212","311"}
|
||||
|
3
stylua.toml
Normal file
3
stylua.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
indent_type = "Spaces"
|
||||
indent_width = 2
|
||||
|
Loading…
Reference in a new issue