Add .editorconfig file and .luarc.json file

This commit is contained in:
IamPyu 2024-12-09 16:31:56 -06:00
parent 8fdb82fd94
commit 1e982ad64e
2 changed files with 11 additions and 0 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
root = true
[*.lua]
indent_style = space
indent_size = 2

6
.luarc.json Normal file
View File

@ -0,0 +1,6 @@
{
"diagnostics.globals": [
"core",
"vector"
]
}