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

16 lines
113 B
Plaintext
Raw Normal View History

2023-12-18 18:53:40 +01:00
; test **
root=true
[a**z.c]
key1=value1
[b/**z.c]
key2=value2
[c**/z.c]
key3=value3
[d/**/z.c]
key4=value4