commons-typescript/.vscode/settings.json

11 lines
321 B
JSON
Raw Normal View History

2018-06-07 06:42:32 +00:00
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
2018-06-12 13:22:33 +00:00
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.autoClosingBrackets": true,
2018-06-12 13:35:30 +00:00
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
2018-06-07 06:42:32 +00:00
"git.ignoreLimitWarning": true
}