Baseless/.vscode/settings.json
2020-04-20 22:51:42 -06:00

11 lines
199 B
JSON

{
"editor.detectIndentation": false,
"editor.tabSize": 4,
"editor.insertSpaces": false,
"[lua]": {
"editor.detectIndentation": false,
"editor.tabSize": 2,
"editor.insertSpaces": true,
}
}