From 4f1bc4a0f8eb43b137717214ea49115d356396a8 Mon Sep 17 00:00:00 2001 From: Peter Ramsing Date: Tue, 29 Dec 2015 23:14:51 -0800 Subject: [PATCH] adds editorconfig Indent style should be a space Indent size should be 2 --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..76a93c06 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[*] +indent_style = space +indent_size = 2