view runtime/indent/testdir/yaml.in @ 35115:d401437829ee default tip

Added tag v9.1.0391 for changeset 219a779511feb93e76ff0f74718c609ebad6c7f6
author Christian Brabandt <cb@256bit.org>
date Fri, 03 May 2024 18:30:17 +0200
parents b96ceb97e896
children
line wrap: on
line source

# vim: set ft=yaml sw=2 et :

# START_INDENT
map1:
sub1:
- list item
map2:
- another list
# END_INDENT

# START_INDENT
map: &anchor
map: val
# END_INDENT

# START_INDENT
map: |
line1
line2
# END_INDENT