Newer
Older
dotfiles / .config / lite-xl / plugins / editorconfig / tests / glob / star_star.in
@Edoko Edoko 25 days ago 113 bytes initial commit
; test **

root=true

[a**z.c]
key1=value1

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

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

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