Files
uosc/.vscode/settings.json
tomasklaen bff2060058 style: let language server handle code formatting
This is not complete, as I currently can't get the formatter to recognize `.editorconfig` file. Or at least it seems to ignore most of the options in it, so a lot of formatting doesn't adhere to the config.

Will need another pass when that gets fixed.
2022-08-24 12:23:59 +02:00

5 lines
89 B
JSON

{
"Lua.diagnostics.disable": ["lowercase-global"],
"Lua.diagnostics.globals": ["mp"]
}