From 1c61a8a510f3ace3b1b1f9c13fd084340ce359c4 Mon Sep 17 00:00:00 2001 From: Nikos Date: Fri, 9 Oct 2015 22:34:00 +0100 Subject: [PATCH] Create .editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..3b281f2f7 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# EditorConfig is awesome: http://EditorConfig.org + +# top-most EditorConfig file +root = true + +# Unix-style newlines with a newline ending every file +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2