editorconfig-core/tests/glob/star_star.in

16 lines
113 B
Plaintext
Raw Permalink Normal View History

2022-11-16 20:09:17 +08:00
; test **
root=true
[a**z.c]
key1=value1
[b/**z.c]
key2=value2
[c**/z.c]
key3=value3
[d/**/z.c]
key4=value4