Indenting code

Do most people do it manually or use some sort of software?
closed account (18hRX9L8)
This belongs in the lounge.
Manually.
Last edited on
Manually, for the most part.

The auto indentation doesn't get it the way I like it.
gg=G
I use http://linux.die.net/man/1/indent if the braces are in awful positions.
My IDE (VC++ 2012) does it for me. I know Notepad++ and Codeblocks do it too.
Generally my IDE (VS2008, Notepad++) does it for me while I write. Whenever I edit code, I usually need to do it myself. Though whenever I'm doing something quick, especially for responses on this site, I'll use VIM or gedit and I do it manually.

I certainly don't use anything to auto-format my code after the fact (though these tools do exist) unless I am conforming someone else's code to our coding standards.
Last edited on
Topic archived. No new replies allowed.