DarkNight/.vscode/settings.json

12 lines
255 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,
2021-01-16 22:01:50 +00:00
},
"vscode-lua-format.configPath": ".vscode/.lua-format"
2020-04-02 02:45:30 +00:00
}