1
0
Fork 0
mirror of synced 2024-07-26 18:11:13 -04:00

Merge branch 'casey/tilde-warning'

This commit is contained in:
Anish Athalye 2016-11-18 23:28:22 -06:00
commit 295f8e3160

View file

@ -151,6 +151,9 @@ do not have a defined ordering.
When writing nested constructs, keep in mind that YAML is whitespace-sensitive.
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 commands specify how files and directories should be symbolically linked.