Jonathan Haber

Results 27 comments of Jonathan Haber

👋 just wanted to see if anyone has thoughts on this

> I'd vote for keeping the rule as it is, as the problem comes from GenericWblGeneratorWithLongName, it could be easy to find one shorter. There is also a method in...

My vote would probably be for option 2. I don't see any issues linked to #512, so I'm not sure how many people were having issues with long generics. Option...

Just wanted to see if there are any other thoughts here. We've been holding off on upgrading past 1.4.0 because of this issue, but now that's limiting our ability to...

If #512 gets reverted, people can always line-break complicated generics manually and then use `// prettier-ignore` as needed. In my experience, I just haven't seen very much code out there...

Why would anyone care about import ordering _at all_, let alone to the point of saying that it's a dealbreaker? I would expect most IDEs to just collapse all of...

> I'm not ok with it adding lines. I'm not sure I agree with this. Here is an example where I think prettier-java should insert multiple newlines: ```java package com.example;...

> - separate method declarations, excluding if the method is the first element in class body Yep, sorry if my wording wasn't clear. I was trying to express that there...

I left my thoughts on #271, maybe we should close this issue and consolidate discussion there?

It _could_ be, but the goal of prettier is to (as much as possible) provide a single, opinionated style rather than supporting every possible formatting preference https://prettier.io/docs/en/option-philosophy.html