You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/hierarchical-config.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
5. System-wide configuration
9
9
6. Default configuration shipped with the program.
10
10
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
+
11
13
There are some exceptions. For example, color support *should* follow the rules listed in the [Colors](./colors.md) section.
12
14
13
15
**Configurations *may* be merged rather than completely overwritten.** Consider the following configuration files.
0 commit comments