From a832dd7f672340c96e1dfe6a9bad28e8f571b026 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Thu, 6 Apr 2017 14:55:21 -0700 Subject: [PATCH] Update .editorconfig Set path for JS source. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 325648fc..e5626a07 100644 --- a/.editorconfig +++ b/.editorconfig @@ -28,7 +28,7 @@ indent_size = 4 indent_style = tab # Indentation override for all JS under lib directory -[lib/**.js] +[scripts/**.js] indent_style = space indent_size = 2