Skip to content

Commit

Permalink
Chore: Add vscode config to autoformat on save
Browse files Browse the repository at this point in the history
  • Loading branch information
BPScott committed Sep 27, 2018
1 parent 46d2444 commit 9fac6b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,12 @@
{
"editor.formatOnSave": true,
"files.exclude": {
"**/.DS_Store": true,
"**/.git": true,
"**/node_modules": true
},
"prettier.eslintIntegration": true,
"search.exclude": {
"**/node_modules": true
}
}

0 comments on commit 9fac6b4

Please sign in to comment.