flags:
meh:
description: |
This is some text
on multiple lines
that should be indented.
manual: true
default: true
produces
flag meh
description: This is some text
on multiple lines
that should be indented.
manual: True
default: True
which causes Cabal to complain
Warning: foo.cabal:53:1: Ignoring section: "that"
Warning: foo.cabal:52:1: Ignoring section: "on"
indenting just one space more than the field name allows it to work
flag meh
description: This is some text
on multiple lines
that should be indented.
manual: True
default: True