better-align
better-align copied to clipboard
is:issue is:open splits `==` to `= =`
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 ,.
I have the same issue...
same issue as @James1x0 here

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