From 4a2e52f68a77536a0fa04aa3c29ad3e541a8fa7e Mon Sep 17 00:00:00 2001 From: Daniel Gasienica Date: Tue, 13 Feb 2018 13:25:12 -0500 Subject: [PATCH] Fix EditorConfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index ec65ae5fe..5878c72c8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,5 +10,5 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[{js, test}/modules/**.js, test/modules/**.js}] +[{js/modules/**/*.js, test/modules/**/*.js}] indent_size = 2