From fa4d906e04c545b203632bc7da35ba973d23444e Mon Sep 17 00:00:00 2001 From: Greg Considine Date: Fri, 17 Mar 2017 13:43:43 -0400 Subject: [PATCH] Add .editorconfig to project root --- .editorconfig | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..01c3e76ec8 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,5 @@ +root = true + +[**.{js,json,less}] +indent_style = space +indent_size = 4