mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 05:43:01 +00:00
17 lines
No EOL
303 B
JSON
17 lines
No EOL
303 B
JSON
{
|
|
"Lua.diagnostics.disable": [
|
|
"trailing-space",
|
|
"undefined-global",
|
|
"lowercase-global",
|
|
"cast-local-type"
|
|
],
|
|
"cSpell.words": [
|
|
"ollow",
|
|
"weacmd",
|
|
"WEASCHEM"
|
|
],
|
|
"editor.detectIndentation": false,
|
|
"editor.insertSpaces": false,
|
|
"editor.trimAutoWhitespace": false,
|
|
"files.eol": "\n"
|
|
} |