settings is changed
This commit is contained in:
parent
440e7ba009
commit
575e25cfb9
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
@ -1,4 +1,14 @@
|
||||||
{
|
{
|
||||||
|
"editor.tabSize": 2,
|
||||||
|
"editor.insertSpaces": true,
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"editor.formatOnPaste": true,
|
||||||
|
"editor.autoClosingBrackets": "languageDefined",
|
||||||
|
"editor.trimAutoWhitespace": true,
|
||||||
|
"files.trimTrailingWhitespace": true,
|
||||||
|
"files.trimFinalNewlines": true,
|
||||||
|
"go.testFlags": ["-v"],
|
||||||
|
"go.testTimeout": "100s",
|
||||||
"protoc": {
|
"protoc": {
|
||||||
"options": [
|
"options": [
|
||||||
"--proto_path=api/v1/proto",
|
"--proto_path=api/v1/proto",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user