Good practices (Arduino Programming)

How can you get any coding done when all you're doing is scrolling up and down because of all the whitespace?

How do you deal with newbies that do this?

void loop(){



    int useless = analogRead(0);

I'm firmly in the { and } on lines by themselves camp.