10 lines
257 B
JSON
10 lines
257 B
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
|
|
"runtime.version": "LuaJIT",
|
|
"Lua.format.defaultConfig": {
|
|
"indent_style": "space",
|
|
"indent_size": "2"
|
|
},
|
|
"Lua.diagnostics.globals": ["vim" ]
|
|
}
|
|
|