
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.
5 lines
89 B
JSON
5 lines
89 B
JSON
{
|
|
"Lua.diagnostics.disable": ["lowercase-global"],
|
|
"Lua.diagnostics.globals": ["mp"]
|
|
}
|