commons-typescript/.vscode/settings.json
2018-06-12 22:22:33 +09:00

8 lines
203 B
JSON

{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.autoClosingBrackets": true,
"git.ignoreLimitWarning": true
}