Skip to content

Commit b169896

Browse files
whitphxpngwn
andauthored
Fix the wildcard in .editorconfig to match files in nested directories (#4165)
* Fix the wildcard in .editorconfig to match files in nested directories * Remove a wrong whitespace in a brace expansion notation in .editorconfig --------- Co-authored-by: pngwn <[email protected]>
1 parent 253410c commit b169896

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
root = true
33

4-
[{js/*, client/js/*}]
4+
[{js/**,client/js/**}]
55
end_of_line = lf
66
insert_final_newline = true
77
indent_style = tab
8-
tab_width = 2
8+
tab_width = 2

0 commit comments

Comments
 (0)