From 3b4d7543e55eddee668766a7d9022c231239b526 Mon Sep 17 00:00:00 2001 From: Matt Triff Date: Fri, 31 Dec 2021 18:10:15 -0500 Subject: [PATCH] Set line endings for type definition files --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index dbba1f4..baa7c82 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -16,7 +16,8 @@ "noUnusedParameters": true, "noImplicitAny": false, "strictNullChecks": true, - "types": ["cypress"] + "types": ["cypress"], + "newLine": "lf" }, "include": ["./src/**/*", "./cypress/**/*"] }