Skip to content
This repository has been archived by the owner on Nov 14, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add settings file for VSCode
  • Loading branch information
valueof committed Oct 1, 2017
1 parent 77499cc commit b7c0395
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .vscode/settings.json
@@ -0,0 +1,21 @@
{
"editor.tabSize": 2,
"eslint.autoFixOnSave": true,
"files.insertFinalNewline": true,
"javascript.validate.enable": false,
"typescript.validate.enable": false,
"typescript.disableAutomaticTypeAcquisition": true,
"search.exclude": {
"**/node_modules": true,
"**/out": true
},
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/out": true
}
}

0 comments on commit b7c0395

Please sign in to comment.