Skip to content

Commit

Permalink
Workspace settings: spaces for tabs, trim trailing whitespace. Remove
Browse files Browse the repository at this point in the history
appveyor setting cause we're not using it
  • Loading branch information
jpoon committed Jul 16, 2016
1 parent 9c1ec4b commit 33e5290
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 22 deletions.
4 changes: 3 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
"out": true // set this to false to include "out" folder in search results
},
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
"editor.tabSize": 2
"editor.tabSize": 2,
"editor.insertSpaces": true,
"files.trimTrailingWhitespace": false

This comment has been minimized.

Copy link
@johnfn

johnfn Jul 17, 2016

Member

@jpoon I don't think you meant to set this to false?

This comment has been minimized.

Copy link
@jpoon

jpoon Jul 17, 2016

Author Member

ack. you are right.

This comment has been minimized.

Copy link
@jpoon

jpoon Jul 17, 2016

Author Member

Looks like you fixed it. Thanks.

}
21 changes: 0 additions & 21 deletions appveyor.yml

This file was deleted.

0 comments on commit 33e5290

Please sign in to comment.