19 lines
277 B
INI
19 lines
277 B
INI
|
# comment
|
||
|
; comment again
|
||
|
|
||
|
DefKey1 = Some Value1
|
||
|
DefKey2 = Some Value2 And Tabs! # With Comment
|
||
|
DefKey3=NoSpaces!
|
||
|
|
||
|
[SimpleSection] # Comment For Section
|
||
|
Key2 = 2
|
||
|
|
||
|
[MultipleKeySection]
|
||
|
Key = 1
|
||
|
Key = 2
|
||
|
Key = 3
|
||
|
|
||
|
[SectionWithIndent]
|
||
|
Key=Value
|
||
|
[SectionWithoutNewLineBefore]
|