12 lines
255 B
JSON
12 lines
255 B
JSON
|
{
|
||
|
"editor.detectIndentation": false,
|
||
|
"editor.tabSize": 4,
|
||
|
"editor.insertSpaces": false,
|
||
|
"[lua]": {
|
||
|
"editor.detectIndentation": false,
|
||
|
"editor.tabSize": 2,
|
||
|
"editor.insertSpaces": true,
|
||
|
},
|
||
|
"vscode-lua-format.configPath": ".vscode/.lua-format"
|
||
|
}
|