2019-05-01 23:29:55 +09: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 19:59:09 +09:00
|
|
|
"debug.node.autoAttach": "on",
|
|
|
|
"cSpell.words": ["grpc", "proto"]
|
2019-05-01 23:29:55 +09:00
|
|
|
}
|