WarWithinMe/better-align

is:issue is:open splits `==` to `= =`

andrewufrank opened this issue · 5 comments

I use Haskell where == is the comparation operator; it must not be split into = = by align.
The tool would be helpful, especially to make list re-aligned with leading ,.

alignmentbug
I have the same issue...

same issue as @James1x0 here
code

Same for php assignment .=

$test     = "some text";
$test .= " add some text";

is aligned with an extra space between "." and "="

$test      = "some text";
$test   .  = " add some text";

any workaround for this ?

Same issue for php assignment '==' '.=',and CLASS::XXX