Since this is Perl I'm thinking TIMTOWTDI that might be better.# 'tab' is pressed after the '(' # and the following conditions # are aligned via tabs. if ( condition && condition && condition ... ) { statements; }
In reply to bloated 'if' formatting by eff_i_g
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |