diff --git a/.editorconfig b/.editorconfig index 0c3ec85bbb..f4e045fdb9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,8 @@ root = true -[{js/*, client/js/*}] +[{js/**,client/js/**}] end_of_line = lf insert_final_newline = true indent_style = tab -tab_width = 2 \ No newline at end of file +tab_width = 2