From 66b1266c3ffaa544b9b9c3592ddc3f6057487bed Mon Sep 17 00:00:00 2001 From: Will Binns-Smith Date: Sun, 1 Feb 2015 20:35:51 -0800 Subject: [PATCH] Add .editorconfig for contributors --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..35999a7d9 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +root = true + +[*.js] +indent_style=tab