What if we only insert an additional blank line between the condition and the body and do the rest in the canonical way?
if (cond1 == 'val1' and cond2 == 'val2' and
cond3 == 'val3' and cond4 == 'val4'):
do_something
p.s. I always use tabs, not spaces; I cannot fine-tune...