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.e. for nested function calls DontAlign counts ContinuationIndentWidth from the name of the nested function instead of counting it from the beginning of the line.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Hi
AlignAfterOpenBracket: DontAlign
works fine with simple function calls. This is OK:is transformed to
BUT it's ignored for nested function calls. This:
Is transformed to this:
I.e. for nested function calls
DontAlign
countsContinuationIndentWidth
from the name of the nested function instead of counting it from the beginning of the line.The text was updated successfully, but these errors were encountered: