Skip to content

Commit

Permalink
Add VSCode config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashko Stubailo committed Oct 23, 2016
1 parent 5e1738d commit e6afc9d
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 @@
// Place your settings in this file to overwrite default and user settings.
{
"editor.tabSize": 2,
"editor.rulers": [100],
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.wrappingColumn": 100,
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"node_modules": true,
"test-lib": true,
"lib": true,
"dist": true,
"coverage": true,
"npm": true
},
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit e6afc9d

Please sign in to comment.