Initial commit
This commit is contained in:
commit
209ba130c0
4852 changed files with 1517959 additions and 0 deletions
16
.config/lite-xl/plugins/editorconfig/tests/parser/basic.in
Normal file
16
.config/lite-xl/plugins/editorconfig/tests/parser/basic.in
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[*.a]
|
||||
option1=value1
|
||||
|
||||
; repeat section
|
||||
[*.a]
|
||||
option2=value2
|
||||
|
||||
[*.b]
|
||||
option1 = a
|
||||
option2 = a
|
||||
|
||||
[b.b]
|
||||
option2 = b
|
||||
|
||||
[*.b]
|
||||
option1 = c
|
||||
Loading…
Add table
Add a link
Reference in a new issue