blob: 874833e1ff913f4b6d91af4301be7a2eafb0477a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# This entry has a comment at the beginning
name: 'A commented entry'
# ruamel.yaml does not support preserving indent levels, so please leave the
# description indented by two spaces.
description: |
An entry with comments in the yaml data
position: 'there'
# There is a comment above something
something:
tags: []
keywords: []
exists: true
with_default: default value
amount: 1
# and a comment at the end
|