lite-xl/resources/amiga/addons/plugins/editorconfig/tests/glob/star_star.in

16 lines
113 B
Plaintext

; test **
root=true
[a**z.c]
key1=value1
[b/**z.c]
key2=value2
[c**/z.c]
key3=value3
[d/**/z.c]
key4=value4