summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2015-03-26 22:41:49 -0400
committerAnish Athalye <me@anishathalye.com>2015-03-26 22:41:49 -0400
commitbdc1b2205f00c7fb80412668edb1171155b3fcec (patch)
tree71df7b11b2dfb58d69c6d4f0d1682e8d8295922e /README.md
parentc4df1bf2a8633d8da83b4bef6ac3a6c8b4564e59 (diff)
Add information about spacing and formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 214317a..f3a070d 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,9 @@ is a dictionary that contains a command name mapping to data for that command.
Tasks are run in the order in which they are specified. Commands within a task
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.
+
### Link
Link commands specify how files and directories should be symbolically linked.