From 77d201988d13c969af123a8efd1c113baa967c72 Mon Sep 17 00:00:00 2001 From: IjzerenHein Date: Tue, 8 Mar 2016 12:03:48 +0100 Subject: [PATCH] Add .editorconfig --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..8edca574 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +# EditorConfig: http://editorconfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2