member_webapp/.vscode/settings.json

11 lines
322 B
JSON
Raw Normal View History

2018-04-06 15:59:49 +09:00
{
2018-06-07 14:47:06 +09:00
"editor.tabSize": 2,
"editor.insertSpaces": true,
2018-06-12 22:21:53 +09:00
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.autoClosingBrackets": true,
2018-06-12 22:34:58 +09:00
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"git.ignoreLimitWarning": true,
2018-04-06 15:59:49 +09:00
}