Skip to content

Commit

Permalink
Line endings
Browse files Browse the repository at this point in the history
  • Loading branch information
bencoveney committed Aug 28, 2017
1 parent 9860a7e commit f34b374
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 f34b374

Please sign in to comment.