Posts Tagged ‘whitespace’

How to Remove Trailing Space from source files

Thursday, November 26th, 2009 by Jesper Rønn-Jensen

When it comes to source code, i am a perfectionist. I cant stand to see trailing whitespace, interchanged tabs/spaces, etc. This Stackoverflow user asked How To Remove Trailing Whitespace Of All Files Recursively. This reply helped me to work around the fact that \s and \t are not supported in the mac version of sed: […]