backend/.vscode/settings.json

15 lines
394 B
JSON
Raw Normal View History

2019-11-07 12:15:26 +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,
2019-12-02 14:52:48 +00:00
"files.watcherExclude": {
"**/dist/electron/win-unpacked/**": true
},
2019-11-07 12:15:26 +00:00
"debug.node.autoAttach": "on"
}