If you break long code lines, how do you indent the stuff on the next line? [closed]
I like braces on their own line because I fine it easier to see the condition and inner block all as one item (if you know what I mean): if ((long test 1) && (long test 2) && (long test 3)) { code executed if true; } and I like starting additional conditional lines with … Read more