If statement with no braces but on 2 lines
Answered
I can't seem to find an option to force if statements to follow the below format:
if(true)
doStuff()
Any help would be appreciated. I currently have it so it's without braces and will keep the formatting for white space so it won't change but I'd love to have it set to that formatting.
Please sign in to leave a comment.
Hello. Do you need it for Java code?