totopia-rpc/.vscode/settings.json
2019-07-03 00:33:43 +09:00

15 lines
400 B
JSON

{
"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",
"java.configuration.updateBuildConfiguration": "automatic"
}