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