From 8c7b0f13fe84fe467df37d4aaa3ae410eeb4c8c8 Mon Sep 17 00:00:00 2001 From: guillermo Date: Mon, 7 Nov 2022 14:09:29 +0100 Subject: [PATCH] [FIX] CRLF to LF --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..18810d5 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# 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