Use 2-space indendation for `app` module tests

This commit is contained in:
Daniel Gasienica 2018-02-27 11:45:30 -05:00
parent 22c26baf61
commit 9ae22937fb
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/modules/**/*.js, test/modules/**/*.js}]
[{js/modules/**/*.js, test/app/**/*.js, test/modules/**/*.js}]
indent_size = 2