You are currently looking at an older section of the wincent.dev website.
Please check the new version of the site at https://wincent.dev/ for updated content.

wincent Wincent Colaiuta's weblog

« Set up ignore files for Xcode project bundle (REnamer, 7fd2cac) | Main | Add check_cr function to Bash profile (snippets, 33ddcb7) »

July 20, 2007

Huge whitespace cleanup (WOCommon, 73c1c2d)

This is a massive whitespace cleanup of the entire tree (more than 25,000 lines in the diff) consisting of: converting of mixed tabs/spaces to all spaces where appropriate (in source files, for example); the reverse case, converting spaces to tabs where appropriate (in property list files); removal of trailing whitespace on the end of lines; removal of invisible (non-printable) characters that had snuck into comments; conversion of Windows line-endings on some RSpec-generated files to UNIX line-endings.

Signed-off-by: Greg Hurrell <greg@hurrell.net>

Posted by wincent at July 20, 2007 12:05 PM