From 2e2a2e74402cc4f65d2c6727cda1216a049b666e Mon Sep 17 00:00:00 2001 From: Climax708 Date: Fri, 29 Oct 2021 04:37:15 +0300 Subject: [PATCH 1/2] refactor(*): add .gitattributes to force LF line ends --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..ce2684934d6f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* -lf \ No newline at end of file From 6e9870eeab9119b6a700119762eb7a6b9780d1ee Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Fri, 11 Feb 2022 09:44:39 +0100 Subject: [PATCH 2/2] Update .gitattributes --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index ce2684934d6f..176a458f94e0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* -lf \ No newline at end of file +* text=auto