Skip to content

Commit

Permalink
Add vscode workspace settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterp committed Oct 23, 2019
1 parent 63566b5 commit 944f93f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"tombonnike.vscode-status-bar-format-toggle",
"coenraads.bracket-pair-colorizer",
"ofhumanbondage.react-proptypes-intellisense",
"mgmcdermott.vscode-language-babel"
],
"unwantedRecommendations": []
}
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"editor.tabSize": 2,
"files.trimTrailingWhitespace": true,
"eslint.autoFixOnSave": true,
"editor.formatOnSave": false,
}

0 comments on commit 944f93f

Please sign in to comment.