Indent block sequences in emitted files
authorJeremy Stanley <fungi@yuggoth.org>
Wed, 29 Nov 2017 16:50:16 +0000 (16:50 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Wed, 29 Nov 2017 16:55:50 +0000 (16:55 +0000)
commit169e3f47cf892ef8e3cf06cb19b4fa6b31a17353
tree1b745151306123b7c39422658182465f20a86ae1
parentcc241bf26e316a6d27daabc6be44227d4e9d4c59
Indent block sequences in emitted files

Override the default Emitter and Dumper from the pyyaml library to
introduce (or more specifically stop suppressing) indentation when
writing block sequences. Also adjust the dump parameters to match
the indentation and related style used for included sample data and
configuration files.
mudpy/data.py