Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bencoveney/barrelsby
Browse files Browse the repository at this point in the history
  • Loading branch information
bencoveney committed Oct 8, 2017
2 parents 9c8a0fd + 13f8525 commit 2934985
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"files.exclude": {
"node_modules": true
},
"editor.insertSpaces": true
}
"editor.insertSpaces": true,
"files.eol": "\n"
}
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"noImplicitThis": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"strictNullChecks": true
"strictNullChecks": true,
"newLine": "LF"
},
"include": [
"src/**/*.ts"
Expand Down

0 comments on commit 2934985

Please sign in to comment.