14 lines
No EOL
326 B
JSON
14 lines
No EOL
326 B
JSON
{
|
|
"explorer.copyRelativePathSeparator": "/",
|
|
"[lua]": {
|
|
"editor.wordWrap": "off",
|
|
"editor.defaultFormatter": "sumneko.lua"
|
|
},
|
|
"Lua.format.enable": true,
|
|
"Lua.format.defaultConfig": {
|
|
"max_line_length": "999"
|
|
},
|
|
"Lua.diagnostics.disable": [
|
|
"undefined-global"
|
|
]
|
|
} |