DarkNight/.vscode/settings.json

11 lines
199 B
JSON
Raw Normal View History

2020-04-02 02:45:30 +00:00
{
"editor.detectIndentation": false,
"editor.tabSize": 4,
"editor.insertSpaces": false,
"[lua]": {
"editor.detectIndentation": false,
"editor.tabSize": 2,
"editor.insertSpaces": true,
}
}