Skip to content

Commit

Permalink
chore: add a VS Code settings file
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurschreiber committed Jun 17, 2020
1 parent ac560a1 commit c83e8b3
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"[javascript]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[typescript]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[json]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true
}

0 comments on commit c83e8b3

Please sign in to comment.