Closed darkfeline closed 7 years ago
Currently, all arrows will be aligned, including in nested blocks.
class foo { $x = { 'a' => 1, 'foo' => { 'apples' => 1, }, } }
We get better behavior by skipping alignment in nested blocks.
https://github.com/voxpupuli/puppet-mode/issues/92
Currently, all arrows will be aligned, including in nested blocks.
We get better behavior by skipping alignment in nested blocks.
https://github.com/voxpupuli/puppet-mode/issues/92