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/src/main/ts/.vscode/settings.json
TheBrokenRail 855fd08287
Some checks failed
ScriptCraft/pipeline/head There was a failure building this commit
Improve Structure
2020-04-28 12:44:44 -04:00

11 lines
318 B
JSON

{
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"files.autoSave": "afterDelay",
"typescript.updateImportsOnFileMove.enabled": "always",
"eslint.format.enable": true,
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"editor.tabSize": 4
}