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)
commit94de2d767ffb9c4bc13470b4bbc7219e96119565
tree1b745151306123b7c39422658182465f20a86ae1
parent1e9fd62ecb7c3f1563d674cb6417272524a516be
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