aboutsummaryrefslogtreecommitdiff
path: root/plugins/editorconfig/tests/glob/star_star.in
blob: c8f2c997f04651ad755366e5ad8947816b45fe64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
; test **

root=true

[a**z.c]
key1=value1

[b/**z.c]
key2=value2

[c**/z.c]
key3=value3

[d/**/z.c]
key4=value4