From 9b82046acf98cf12cec2376fea4ad25412a561aa Mon Sep 17 00:00:00 2001 From: Dennis Koot Date: Mon, 3 Oct 2016 15:02:43 +0200 Subject: [PATCH] feature add .editorconfig file --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..91d16ec --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +# http://EditorConfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2