From 7e695837365737127f25d1e11cb78c050b647fea Mon Sep 17 00:00:00 2001 From: Stefanos Kalantzis Date: Wed, 23 May 2018 10:44:18 +0200 Subject: [PATCH] add editorconfig --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..0c39512 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# http://EditorConfig.org + +# top-most EditorConfig file +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 2 +indent_style = space +trim_trailing_whitespace = true +