Files
releases/format
Patrick East 2f283dcc6a format: Preserve "else" block style when possible
We used to always force empty lines between else blocks and their
parent rule. Recently we changed to force them into a compact/inline
style as long as there were no comments between blocks.. now we will
preserve the original style, favoring the compact style.

This should make the change that happened more backwards compatible
and allow policy authors to use either style without the formatter
forcing one over the other.

Signed-off-by: Patrick East <east.patrick@gmail.com>
2020-04-29 13:26:39 -07:00
..