Mark Karpov

Results 220 comments of Mark Karpov

@lehmacdj Good point, but I think this deserves its own issue.

I just want to mention that the problem with removing parentheses is that it changes the AST and since we are checking that AST stays the same before/after formatting, we'd...

Normal comments are not the same as Haddocks. Haddocks do get normalized—this is the expected behavior right now.

I can label it as a feature request. (I'd say it is a "feature".)

Not convinced of the superiority. I think single-line is more common and looks better.

It is a normalization procedure to make all Haddocks styled similarly. We'd do the same to normal comments but it is not always possible. I think it is one of...

You could also say, "I don't see why change anything at all, the author knows better."

I tried to implement this, but there are some bummers: * If `do` is not on the same line in the original input, there may be reasons for that. For...

Yeah, I think we should wait a little bit and change when 9.4 is out.