Skip to content

Commit d34c6c4

Browse files
authored
Update hierarchical-config.md
1 parent 52329e2 commit d34c6c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/hierarchical-config.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
5. System-wide configuration
99
6. Default configuration shipped with the program.
1010

11+
> Tip: One neat trick is to embed your app's default configuration [as a config file](https://doc.rust-lang.org/std/macro.include_str.html) within your binary. The default configuration can serve as an example to other users.
12+
1113
There are some exceptions. For example, color support *should* follow the rules listed in the [Colors](./colors.md) section.
1214

1315
**Configurations *may* be merged rather than completely overwritten.** Consider the following configuration files.

0 commit comments

Comments
 (0)