Adjusting auto formatting behaviour on indentation for javascript while() loop condition parentheses when it's multiline
I want to make a while loop with the condition written in multiline, and adjust the auto formatting behaviour on the condition parentheses.
Condition parentheses indentation was not a problem before, it worked in my favour for other parentheses but I can't adjust the behaviour for while() loop parentheses.
while(
condition1 ||
condition2
) { // this line. I want to drag the closing parentheses to the left.
tasks;
}
Please sign in to leave a comment.
there is no such option; please feel free to file a request for it to youtrack, https://youtrack.jetbrains.com/issues/WEB