mirror of https://github.com/F-Stack/f-stack.git
13 lines
180 B
INI
13 lines
180 B
INI
|
; this is a global comment
|
||
|
|
||
|
[section1]
|
||
|
; this is section 1
|
||
|
key1=value1
|
||
|
|
||
|
[section2]
|
||
|
; this is section 2
|
||
|
;key1=value1
|
||
|
key2=value2
|
||
|
key3=value3 ; this is key3
|
||
|
ignore-missing-separator
|