From 636de4e263bc0fa6c52064d01897692f05caecce Mon Sep 17 00:00:00 2001 From: networkException Date: Tue, 16 Aug 2022 12:53:20 +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