You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would expect no new line in both cases, weather I assign to a class member or local variable. Personally, I wouldn't mind too much but we are also using SonarLint which reports a false positive (Unwritten field) for
foo =
newFoo(...)
The text was updated successfully, but these errors were encountered:
Prettier-Java 2.5.0
# Options (if any): --print-width 140
Input:
Output:
Expected behavior:
I would expect no new line in both cases, weather I assign to a class member or local variable. Personally, I wouldn't mind too much but we are also using SonarLint which reports a false positive (
Unwritten field
) forThe text was updated successfully, but these errors were encountered: