Skip to content

Commit

Permalink
chore(vscode): changed some IDE settings
Browse files Browse the repository at this point in the history
  • Loading branch information
skolmer committed Nov 2, 2016
1 parent 7a97618 commit 058073d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"typescript.check.workspaceVersion": false,
"files.trimTrailingWhitespace": false,
"editor.tabSize": 2
"files.trimTrailingWhitespace": true,
"editor.tabSize": 2,
"eslint.autoFixOnSave": true
}

0 comments on commit 058073d

Please sign in to comment.