2020-04-21 04:51:42 +00:00
|
|
|
{
|
|
|
|
"editor.detectIndentation": false,
|
|
|
|
"editor.tabSize": 4,
|
|
|
|
"editor.insertSpaces": false,
|
|
|
|
"[lua]": {
|
|
|
|
"editor.detectIndentation": false,
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"editor.insertSpaces": true,
|
2021-01-16 22:18:36 +00:00
|
|
|
},
|
|
|
|
"vscode-lua-format.configPath": ".vscode/.lua-format"
|
2020-04-21 04:51:42 +00:00
|
|
|
}
|