From c37df9f4b446ebffbfa485e9656ae6f47607d0c7 Mon Sep 17 00:00:00 2001 From: magdev Date: Wed, 9 Feb 2022 08:07:24 +0100 Subject: [PATCH] added editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9141329 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 4