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 assume that a cond-block should be indended by one level when used within a with/1, but it seems to be on the same line as the content on the left side of the arrow.
Current:
with(foo<-conddobar->barbaz->bazend,do: :ok)
Expected:
with(foo<-conddobar->barbaz->bazend,do: :ok)
I can provide a failing unit test if others agree that my expected indentation in fact should be the expected indentation.