util-go/.vscode/settings.json

14 lines
332 B
JSON
Raw Permalink Normal View History

2018-08-22 05:50:46 +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,
"go.testFlags": [
"-v",
],
"go.testTimeout": "300s"
}