15 lines
394 B
JSON
15 lines
394 B
JSON
{
|
|
"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/electron/win-unpacked/**": true
|
|
},
|
|
"debug.node.autoAttach": "on"
|
|
}
|