Updated Configuration (markdown)

Michael Carlberg 2017-04-25 20:10:48 +02:00
parent 39c5a130ca
commit db0a18aaa2
1 changed files with 6 additions and 9 deletions

@ -53,16 +53,13 @@ All undefined keys will be cloned.
foo = 1 foo = 1
bar = 0.15 bar = 0.15
baz = true baz = true
~~~
[section/child] ## File inclusion
inherit = section/base It is possible to include a file with pre-defined key-value pairs using:
baz = false ~~~ dosini
[section/base]
; Result include-file = /absolute/path/to/file
[section/child]
foo = 1
bar = 0.15
baz = false
~~~ ~~~
## Custom variables ## Custom variables