From 38b8b1b654ef154639cdc4c2e5ff4b0d343a1d6d Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Wed, 22 Apr 2015 07:51:31 +0930 Subject: [PATCH] Add EditorConfig --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..ef127984 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +# EditorConfig helps developers define and maintain consistent +# coding styles between different editors and IDEs +# editorconfig.org + +[*.js] +indent_style = tab +indent_size = 2 +trim_trailing_whitespace = false