app/.vscode/settings.json

14 lines
337 B
JSON
Raw Normal View History

2018-08-14 12:26:23 +00:00
{
2018-08-25 08:52:44 +00:00
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.autoClosingBrackets": true,
"editor.trimAutoWhitespace": true,
"files.trimTrailingWhitespace": true,
"files.trimFinalNewlines": true,
"git.ignoreLimitWarning": true,
"prettier.singleQuote": true
}