view runtime/indent/testdir/yaml.in @ 34689:d1fa6b6257fc default tip

Added tag v9.1.0225 for changeset 6acb4cba5a14a8360a70fbe73496149628eadfe4
author Christian Brabandt <cb@256bit.org>
date Thu, 28 Mar 2024 17:15:03 +0100
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