Add information about spacing and formatting
This commit is contained in:
parent
c4df1bf2a8
commit
bdc1b2205f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
Tasks are run in the order in which they are specified. Commands within a task
|
||||||
do not have a defined ordering.
|
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
|
||||||
|
|
||||||
Link commands specify how files and directories should be symbolically linked.
|
Link commands specify how files and directories should be symbolically linked.
|
||||||
|
|
Loading…
Reference in a new issue