From 774a30af465770c5fa91837416e9dd6b60974991 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Tue, 25 Apr 2017 20:12:04 +0200 Subject: [PATCH] Updated Configuration (markdown) --- Configuration.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Configuration.md b/Configuration.md index 2ac01eb..ca05c12 100644 --- a/Configuration.md +++ b/Configuration.md @@ -53,6 +53,16 @@ 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