2020-04-25 23:42:14 +00:00
|
|
|
# comment
|
|
|
|
; comment again
|
|
|
|
|
|
|
|
DefKey1 = Some Value1
|
|
|
|
DefKey2 = Some Value2 And Tabs! # With Comment
|
|
|
|
DefKey3=NoSpaces!
|
|
|
|
|
|
|
|
[SimpleSection] # Comment For Section
|
|
|
|
Key1 = 1
|
|
|
|
Key2 = 2
|
|
|
|
|
2020-11-03 08:20:24 +00:00
|
|
|
[MultipleKeySection] // C style comment
|
2020-04-25 23:42:14 +00:00
|
|
|
Key = onlyone
|
|
|
|
|
|
|
|
[SectionWithIndent]
|
|
|
|
Key=Value
|
|
|
|
[SectionWithoutNewLineBefore]
|