Skip to content

Commit f18861e

Browse files
committed
Fix .editorconfig for tests/parser/ directory
My IDE (PHPStorm) started messing the files in this directory up because the rule in .editorconfig doesn't match. The tests directory is directly in the root where the .editorconfig file also lives. There is no directory before `tests/` that would satisfy the `**/` pattern. Bug: T278066 Change-Id: Ie6d9c71f169a259475e3f3eae2674d6994e2f264
1 parent 58fdf9d commit f18861e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ indent_size = 2
2727

2828
# Trailing whitespace is intended in parser test files
2929
# T278066
30-
[**/tests/parser/*.txt]
30+
[tests/parser/*.txt]
3131
trim_trailing_whitespace = false

0 commit comments

Comments
 (0)