From d3effba114ce9b0f4999c80860a4b50795644350 Mon Sep 17 00:00:00 2001 From: guillermo Date: Mon, 7 Nov 2022 14:12:08 +0100 Subject: [PATCH] changes --- .editorconfig | 13 ------------- .gitattributes | 1 + 2 files changed, 1 insertion(+), 13 deletions(-) delete mode 100644 .editorconfig create mode 100644 .gitattributes diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 18810d5..0000000 --- a/.editorconfig +++ /dev/null @@ -1,13 +0,0 @@ -# EditorConfig helps developers define and maintain consistent -# coding styles between different editors and IDEs -# http://editorconfig.org - -root = true - -[*] -indent_style = space -indent_size = 4 -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..94f480d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto eol=lf \ No newline at end of file