Updated Configuration (markdown)

Michael Carlberg 2017-04-25 20:12:04 +02:00
parent db0a18aaa2
commit 774a30af46
1 changed files with 10 additions and 0 deletions

@ -53,6 +53,16 @@ All undefined keys will be cloned.
foo = 1 foo = 1
bar = 0.15 bar = 0.15
baz = true baz = true
[section/child]
inherit = section/base
baz = false
; Result
[section/child]
foo = 1
bar = 0.15
baz = false
~~~ ~~~
## File inclusion ## File inclusion