Add .editorconfig file and .luarc.json file
This commit is contained in:
parent
8fdb82fd94
commit
1e982ad64e
5
.editorconfig
Normal file
5
.editorconfig
Normal file
@ -0,0 +1,5 @@
|
||||
root = true
|
||||
|
||||
[*.lua]
|
||||
indent_style = space
|
||||
indent_size = 2
|
6
.luarc.json
Normal file
6
.luarc.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"diagnostics.globals": [
|
||||
"core",
|
||||
"vector"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user