From bdc1b2205f00c7fb80412668edb1171155b3fcec Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Thu, 26 Mar 2015 22:41:49 -0400 Subject: [PATCH] Add information about spacing and formatting --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.