This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
ScriptCraft/scriptcraft/src/main/ts/.vscode/settings.json

12 lines
374 B
JSON
Raw Normal View History

2020-04-28 16:44:44 +00:00
{
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"files.autoSave": "afterDelay",
"typescript.updateImportsOnFileMove.enabled": "always",
"eslint.format.enable": true,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
2020-08-26 21:52:17 +00:00
"editor.tabSize": 4,
"typescript.tsdk": "./node_modules/typescript/lib"
2020-04-28 16:44:44 +00:00
}