From 6a017031c6ab50665d676850faa6b3c1ee93782a Mon Sep 17 00:00:00 2001 From: Doug Fritz Date: Wed, 3 Sep 2014 17:13:33 -0700 Subject: [PATCH] add an editorconfig --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..5746b85 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +# 2 space indentation +[*.js] +indent_style = space +indent_size = 2 +