2019-05-01 14:29:55 +00:00
|
|
|
{
|
|
|
|
"editor.tabSize": 2,
|
|
|
|
"editor.insertSpaces": true,
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
"editor.formatOnPaste": true,
|
|
|
|
"editor.autoClosingBrackets": "languageDefined",
|
|
|
|
"editor.trimAutoWhitespace": true,
|
|
|
|
"files.trimTrailingWhitespace": true,
|
|
|
|
"files.trimFinalNewlines": true,
|
|
|
|
"git.ignoreLimitWarning": true,
|
|
|
|
|
|
|
|
"prettier.singleQuote": true,
|
2019-05-12 10:59:09 +00:00
|
|
|
"debug.node.autoAttach": "on",
|
|
|
|
"cSpell.words": ["grpc", "proto"]
|
2019-05-01 14:29:55 +00:00
|
|
|
}
|