From 17675cf9eb4162daaac28ac9bee19c2c8f9a5d3e Mon Sep 17 00:00:00 2001 From: Ville Touronen Date: Fri, 18 Dec 2015 12:17:17 +0200 Subject: [PATCH] Add .editorconfig to project --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..8841bc6ea --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +root = true + +[*] +insert_final_newline = true +indent_style = space +indent_size = 4