no need to change whitespace elsewhere in doc

Signed-off-by: ryandawsonuk <ryandawson@cantab.net>
pull/4633/head
ryandawsonuk 7 years ago
parent 1b16f6679d
commit fcc501347d

@ -73,7 +73,7 @@ Blocks (such as control structures) may be indented to indicate flow of the temp
``` ```
{{ if $foo -}} {{ if $foo -}}
{{- with .Bar }}Hello{{ end -}} {{- with .Bar }}Hello{{ end -}}
{{- end -}} {{- end -}}
``` ```
However, since YAML is a whitespace-oriented language, it is often not possible for code indentation to follow that convention. However, since YAML is a whitespace-oriented language, it is often not possible for code indentation to follow that convention.
@ -217,7 +217,7 @@ readable than other YAML representations.
For example, this YAML is closer to the normal YAML method of expressing lists: For example, this YAML is closer to the normal YAML method of expressing lists:
```yaml ```yaml
arguments: arguments:
- "--dirname" - "--dirname"
- "/foo" - "/foo"
``` ```

Loading…
Cancel
Save