forked from LeenkxTeam/Kmake
19 lines
296 B
INI
19 lines
296 B
INI
|
|
; a comment
|
||
|
|
root=something
|
||
|
|
|
||
|
|
url = http://example.com/?foo=bar
|
||
|
|
|
||
|
|
[ the section with whitespace ]
|
||
|
|
this has whitespace = yep ; and a comment; and then another
|
||
|
|
|
||
|
|
just a flag, no value.
|
||
|
|
|
||
|
|
[section]
|
||
|
|
one=two
|
||
|
|
Foo=Bar
|
||
|
|
this=Your Mother!
|
||
|
|
blank=
|
||
|
|
|
||
|
|
[Section Two]
|
||
|
|
something else=blah
|
||
|
|
remove = whitespace
|