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
bar = 0.15
baz = true
~~~
[section/child]
inherit = section/base
baz = false
; Result
[section/child]
foo = 1
bar = 0.15
baz = false
## File inclusion
It is possible to include a file with pre-defined key-value pairs using:
~~~ dosini
[section/base]
include-file = /absolute/path/to/file
~~~
## Custom variables