better-align icon indicating copy to clipboard operation
better-align copied to clipboard

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

Open andrewufrank opened this issue 6 years ago • 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 ,.

andrewufrank avatar Mar 19 '19 12:03 andrewufrank

alignmentbug I have the same issue...

James1x0 avatar Nov 15 '19 21:11 James1x0

same issue as @James1x0 here code

ghost avatar Feb 11 '20 10:02 ghost

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";

feekApp avatar Feb 28 '20 08:02 feekApp

any workaround for this ?

UdayAppam avatar Mar 12 '20 09:03 UdayAppam

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

o123321o avatar Mar 28 '20 12:03 o123321o