initial commit
This commit is contained in:
+14
@@ -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"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user