From 97ced30b09b392b302f93ca86b32f0c48219d5ce Mon Sep 17 00:00:00 2001 From: Arnau Siches Date: Mon, 26 Jan 2015 09:03:58 +1100 Subject: [PATCH] Add editorconfig rules --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b4e2345 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +[Makefile] +indent_style = tab + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true