15 lines
404 B
JSON
15 lines
404 B
JSON
{
|
|
"$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"]
|
|
}
|
|
}
|