From 5d7613f9e8d181d7764d27abcca33fcd87354eda Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Mon, 4 Feb 2019 16:23:13 +0100 Subject: [PATCH] Added editorconfig Signed-off-by: Jim Martens --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3ed0c6a --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 4