Skip to content

Commit

Permalink
Add vscode settings file to appservice folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ejizba committed Nov 9, 2017
1 parent 25723f2 commit 9964e30
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions appservice/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"editor.formatOnSave": true,
"editor.insertSpaces": true,
"editor.tabSize": 4,
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"search.exclude": {
"lib": true,
"**/node_modules": true
},
"tslint.autoFixOnSave": true,
"tslint.ignoreDefinitionFiles": true
}

0 comments on commit 9964e30

Please sign in to comment.