Initial commit
This commit is contained in:
commit
209ba130c0
4852 changed files with 1517959 additions and 0 deletions
15
.config/lite-xl/plugins/editorconfig/tests/glob/star_star.in
Normal file
15
.config/lite-xl/plugins/editorconfig/tests/glob/star_star.in
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
; test **
|
||||
|
||||
root=true
|
||||
|
||||
[a**z.c]
|
||||
key1=value1
|
||||
|
||||
[b/**z.c]
|
||||
key2=value2
|
||||
|
||||
[c**/z.c]
|
||||
key3=value3
|
||||
|
||||
[d/**/z.c]
|
||||
key4=value4
|
||||
Loading…
Add table
Add a link
Reference in a new issue