17 lines
448 B
JSON
Raw Normal View History

2019-09-18 15:02:21 +09: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-11-18 13:57:41 +09:00
"files.watcherExclude": {
"**/dist/electron/win-unpacked/**": true
},
2019-09-18 15:02:21 +09:00
"go.testFlags": ["-v"],
"go.testTimeout": "100s",
"debug.node.autoAttach": "on"
}