From e26145882471bdd109320d6ca945ee31cf00f419 Mon Sep 17 00:00:00 2001 From: KleinMichalGit Date: Wed, 17 Jul 2024 13:08:26 +0200 Subject: [PATCH] return editorconfig to its previous version --- .editorconfig | 2 +- .gitattributes | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 8ee7d2b5b..5fbfa234f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ indent_style = space indent_size = 4 tab_width = 1 # We recommend you to keep these unchanged -end_of_line = crlf +end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true diff --git a/.gitattributes b/.gitattributes index 179be6d82..f4aa89de0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,3 @@ [core] -autocrlf=true -eol=crlf +autocrlf=false +eol=lf