Forces LF line endings, since we check in these

This commit is contained in:
Eric Amodio
2020-07-31 00:12:35 -04:00
parent 35b456a0bd
commit 8fb69d722e
+2 -1
View File
@@ -14,7 +14,8 @@
"checkJs": true,
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true
"noUnusedParameters": true,
"newLine": "lf"
},
"include": [
"**/*.ts"