It should be possible to automatically align mapping values, e.g. ``` a: A bc: BC def: DEF g: &x | GGGGG ``` Also aligning the colons instead should be possible: ``` a : A bc : BC def: DEF g : &x | GGGGG ```