From 1d519c022f17798f82fd95f5080574048ddbf72f Mon Sep 17 00:00:00 2001 From: alemidev Date: Fri, 7 Jan 2022 15:01:24 +0100 Subject: [PATCH] added .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..97c4bec --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true + +[*.py] +charset = utf-8 +indent_style = tab +indent_size = 4 +