From: Jeremy Stanley Date: Wed, 29 Nov 2017 16:50:16 +0000 (+0000) Subject: Indent block sequences in emitted files X-Git-Tag: 0.0.1~112 X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=commitdiff_plain;h=94de2d767ffb9c4bc13470b4bbc7219e96119565;hp=94de2d767ffb9c4bc13470b4bbc7219e96119565;ds=sidebyside 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. ---