On Thu, Aug 24, 2006 at 02:59:31PM +0200, Kyrre Nyg?rd wrote: > to all my code. I find myself always reformatting whatever my > associates give me. Not that they're bad programmers, they just > care more about the code itself rather than its structure, and I > dare not argue with that. When their code is messy, however, my
It's possible you're already doing this, or are already aware, but Vim (a text editor, http://vim.sf.net) does nice code formatting. It has built-in support for just about everything. Once you get familiar with vim, you'll find you can re-format an entire source file with a few keystrokes. Matt