Which editor are you using? Xcode, TextMate, vim, emacs, nedit, something else?
Most text editors meant for editing source have a code beautifier for prettyprinting and auto indentation. Then there are always command line utilities like indent(1) that will do this for you after the fact.
Then text ends up
being fixed width
I believe you have to manually put returns between each argument. Then they should line up. Be sure to eliminate the space between arguments as well.it's just that i have code suggestions turned on, and when i press tab to accept a long string of code where i simply have to fill parts, it doesn't align it for me, even if i have syntax aware indenting turned on... this is what i get: