1
0
Fork 0
mirror of synced 2024-06-15 21:51:10 -04:00
This commit is contained in:
Casey Rodarmor 2016-11-19 00:03:17 +00:00 committed by GitHub
commit b458081b16

View file

@ -151,6 +151,8 @@ do not have a defined ordering.
When writing nested constructs, keep in mind that YAML is whitespace-sensitive. When writing nested constructs, keep in mind that YAML is whitespace-sensitive.
Following the formatting used in the examples is a good idea. Following the formatting used in the examples is a good idea.
Also, note that `~` in YAML is the same as `null` in JSON. If you want a single character string containing a tilde, make sure to enclose it in quotes: `'~'`
### Link ### Link
Link commands specify how files and directories should be symbolically linked. Link commands specify how files and directories should be symbolically linked.