ucap-angular/.vscode/settings.json

15 lines
369 B
JSON
Raw Normal View History

2020-03-27 08:39:01 +00:00
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.autoClosingBrackets": "languageDefined",
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"files.watcherExclude": {
"**/dist": true
},
"debug.node.autoAttach": "on"
}