From 75141e08ddb4c431014de8d93b574dc05079ea97 Mon Sep 17 00:00:00 2001 From: Marco Vettorello Date: Thu, 25 Mar 2021 16:43:20 +0100 Subject: [PATCH] chore: use LF as new line configuration on API-extractor (#1090) --- .prettierrc.json | 3 ++- api-extractor.json | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.prettierrc.json b/.prettierrc.json index 6061ce6cab..6a6ec02a40 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -3,5 +3,6 @@ "singleQuote": true, "trailingComma": "all", "printWidth": 120, - "arrowParens": "always" + "arrowParens": "always", + "endOfLine": "lf" } diff --git a/api-extractor.json b/api-extractor.json index c6c13b50bf..50d4e5a717 100644 --- a/api-extractor.json +++ b/api-extractor.json @@ -3,6 +3,7 @@ */ { "$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json", + "newlineKind": "lf", /** * Optionally specifies another JSON config file that this file extends from. This provides a way for