From 8fb69d722eafdeb67ae8c97b0d53ff40ffe2c034 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Fri, 31 Jul 2020 00:12:35 -0400 Subject: [PATCH] Forces LF line endings, since we check in these --- build/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/tsconfig.json b/build/tsconfig.json index df15ccdd1be..f075fe3d4f5 100644 --- a/build/tsconfig.json +++ b/build/tsconfig.json @@ -14,7 +14,8 @@ "checkJs": true, "strict": true, "noUnusedLocals": true, - "noUnusedParameters": true + "noUnusedParameters": true, + "newLine": "lf" }, "include": [ "**/*.ts"