probe/.vscode/settings.json

14 lines
332 B
JSON
Raw Normal View History

2018-08-03 06:57:19 +00:00
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.autoClosingBrackets": true,
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
2018-08-12 10:24:23 +00:00
"go.testFlags": [
2018-08-15 06:18:40 +00:00
"-v",
],
2018-08-24 05:41:07 +00:00
"go.testTimeout": "100s"
2018-08-12 10:24:23 +00:00
}