Formatting options and ignoring undefined globals error from linter
This commit is contained in:
parent
20bfb3e627
commit
46d657d02b
2 changed files with 11 additions and 0 deletions
5
.luarc.json
Normal file
5
.luarc.json
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"diagnostics.disable": [
|
||||||
|
"undefined-global"
|
||||||
|
]
|
||||||
|
}
|
6
.stylua.toml
Normal file
6
.stylua.toml
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
column_width = 160
|
||||||
|
line_endings = "Unix"
|
||||||
|
indent_type = "Spaces"
|
||||||
|
indent_width = 2
|
||||||
|
quote_style = "AutoPreferSingle"
|
||||||
|
call_parentheses = "None"
|
Loading…
Reference in a new issue