bayuMIR/client/dev/.vscode/settings.json
2026-06-22 20:06:03 +08:00

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"
]
}