Source Code formatter
Author |
Message |
octopi
|
Posted: Tue Dec 12, 2006 3:02 am Post subject: Source Code formatter |
|
|
Hello,
Does anyone know any good source code formatters, basically I'm reusing code that was written by a team of people from the late 90's, and well....there formatting sucks! Does anyone know any good FREEWARE ones that will let me select options so it formats it the way I like?
I've seen some shareware ones, but of course they want you to register pffft.
Thanks! |
|
|
|
|
|
Sponsor Sponsor
|
|
|
wtd
|
Posted: Tue Dec 12, 2006 1:52 pm Post subject: (No subject) |
|
|
If you have to use them, most decent IDEs will at least help you with this.
Other than that, you're best option is your own brain. Keep your code formatted as you go, and establish code conventions. Do not ignore convention and good style, and then format for someone else's sake. |
|
|
|
|
|
|
|