initial commit

This commit is contained in:
wooshings
2026-06-29 11:28:51 -07:00
commit bc14e946fc
9 changed files with 342 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime.version": "Lua 5.4",
"runtime.nonstandardSymbol": ["+=", "-=", "*=", "/=", "%="],
"workspace.library": ["${3rd}/love2d/library"],
"format.defaultConfig": {
"indent_style": "space",
"indent_size": "2"
},
"diagnostics": {
"disable": ["lowercase-global"]
}
}