Closed samanthamccabe closed 8 years ago
Line breaks should only be permitted around operators:
>
/
or
not
=
as
Solution was too permissive and created a mess in the code base. Reverted changes and reopening.
The only contexts in which multilining will be allowed is variable definitions and rule conditions
Line breaks should only be permitted around operators:
>
/
or
not
=
as
(?)