Search code examples
cansi-c

ansi c - auto clean up ugly code


I'm dealing with some code written in manner that is really, honestly, ugly. Is there a way to auto enforce proper tabs and remove all of the random multi-line white space entries?


Solution

  • Old Unix people have a solution for everything, including lazy programmers. Enter GNU indent.