From 276c163221b16b9f2de02a8e7f0580d0066d316a Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Fri, 3 Mar 2023 13:38:44 +0100 Subject: [PATCH] Change CRLF to LF --- .gitattributes | 2 +- .prettierrc.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitattributes b/.gitattributes index 4994dee..693f0bc 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -* text=auto +* text=auto eol=lf .licenses/** -diff linguist-generated=true \ No newline at end of file diff --git a/.prettierrc.js b/.prettierrc.js index e7ccebb..d7133c7 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -6,6 +6,5 @@ module.exports = { singleQuote: true, trailingComma: 'none', bracketSpacing: false, - arrowParens: 'avoid', - endOfLine: 'auto' + arrowParens: 'avoid' };