11 lines
199 B
JSON
11 lines
199 B
JSON
|
{
|
||
|
"editor.detectIndentation": false,
|
||
|
"editor.tabSize": 4,
|
||
|
"editor.insertSpaces": false,
|
||
|
"[lua]": {
|
||
|
"editor.detectIndentation": false,
|
||
|
"editor.tabSize": 2,
|
||
|
"editor.insertSpaces": true,
|
||
|
}
|
||
|
}
|