blob: 313288442c056dd0566645f628ab39ce3309b762 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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
order: delta
created:
updated:
epoch:
version: 0
# and a comment at the end
|