From b2c35563fb989fa36786fa5660ab643843abf771 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Fri, 13 Sep 2013 11:59:45 -0500 Subject: [PATCH] Add editorconfig to project --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..74201e6 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +indent_style = space +indent_size = 4 + +[{*.rb,Rakefile}] +indent_style = space +indent_size = 2