From a17ca67f287750819f9951d0f4a75e3f485e86b7 Mon Sep 17 00:00:00 2001 From: Midgard Date: Wed, 9 Dec 2020 15:10:08 +0100 Subject: [PATCH] Add EditorConfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d46540a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +# https://editorconfig.org + +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = tab