member_webapp/.vscode/settings.json

8 lines
203 B
JSON
Raw Normal View History

2018-04-06 06:59:49 +00:00
{
2018-06-07 05:47:06 +00:00
"editor.tabSize": 2,
"editor.insertSpaces": true,
2018-06-12 13:21:53 +00:00
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.autoClosingBrackets": true,
2018-04-06 06:59:49 +00:00
"git.ignoreLimitWarning": true
}