18 lines
294 B
INI
18 lines
294 B
INI
# comment
|
|
; comment again
|
|
|
|
DefKey1 = Some Value1
|
|
DefKey2 = Some Value2 And Tabs! # With Comment
|
|
DefKey3=NoSpaces!
|
|
|
|
[SimpleSection] # Comment For Section
|
|
Key1 = 1
|
|
Key2 = 2
|
|
|
|
[MultipleKeySection] // C style comment
|
|
Key = onlyone
|
|
|
|
[SectionWithIndent]
|
|
Key=Value
|
|
[SectionWithoutNewLineBefore]
|