Fix EditorConfig

This commit is contained in:
Daniel Gasienica 2018-02-13 13:25:12 -05:00
parent a346bab5db
commit 4a2e52f68a
1 changed files with 1 additions and 1 deletions

View File

@ -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