initial commit

This commit is contained in:
harper
2026-05-14 20:14:48 -07:00
commit 9d65ca32c4
11 changed files with 846 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime.version": "Lua 5.4",
"runtime.nonstandardSymbol": ["+=", "-=", "*=", "/=", "%="],
"workspace.library": ["./meta"],
"format.defaultConfig": {
"indent_style": "space",
"indent_size": "2"
},
"diagnostics": {
"globals": ["vim", "love"],
"disable": ["lowercase-global"]
}
}