diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d60c879 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[*.lua] +indent_style = space +indent_size = 2 diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..24ba3f5 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,6 @@ +{ + "diagnostics.globals": [ + "core", + "vector" + ] +}