14 lines
332 B
JSON
14 lines
332 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|