From bc472d237f15b79c04e69f7c81d0860dcb061cef Mon Sep 17 00:00:00 2001 From: networkException Date: Mon, 15 Aug 2022 13:11:59 +0200 Subject: [PATCH] Editor: Add editorconfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a30621a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_size = 4 +indent_style = space