From 021ead33e9fb16f2c79372588e84e8ded0e35832 Mon Sep 17 00:00:00 2001 From: Dovchik Date: Thu, 4 Apr 2024 11:35:48 +0200 Subject: [PATCH] refactor: move back to lf line ending --- .editorconfig | 2 +- .gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 6006b22c..484bf8ba 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ [*] -end_of_line = crlf +end_of_line = lf insert_final_newline = true charset = utf-8 trim_trailing_whitespace = false diff --git a/.gitattributes b/.gitattributes index db2a596a..fcadb2cf 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -* text eol=crlf \ No newline at end of file +* text eol=lf