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
Yes, this is a shame. It's fixable but requires a change to the best-first search, which I avoid whenever I can. I opened #140 for this exact issue with config-style lists, since it's possible to clear the search queue on between each argument.
Your example does not trigger the error for me but any big enough argument list will typically do.
Hi, I get 'State exploded' for the following source:
Version: 0.4.9
Integration: intellij
Configuration:
style = defaultWithAlign
danglingParentheses = true
maxColumn = 120
align.openParenCallSite = true
binPack.callSite = true
binPack.defnSite = true
binPack.parentConstructors = true
binPackImportSelectors = true
indentOperator.exclude = "^(~|&&|\|\|)$"
Scalafmt:
To get rid of this, it suffices to remove some lines.
The text was updated successfully, but these errors were encountered: