From 04213b3d957df9a8012f5ac87d875bd8b81cc4c5 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