From dae8ccd6c69c5e72be8efd1c69ae5945f997c1b0 Mon Sep 17 00:00:00 2001 From: Andre Meyering Date: Mon, 16 Oct 2017 18:44:40 +0200 Subject: [PATCH] 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..059f2de --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = tab +indent_size = 4