From: Jeff D. <da...@da...> - 2001-04-11 21:55:06
|
>If there are no objections I'd like to reformat the code to comply with >php-mode in Emacs. I think it's a fine idea. >The downside to this is all the whitespace will change, which means it >will ruin diff output from CVS at that point. I don't know whether it's possible or not, but if you can configure CVS to pass the '-b' flag to diff, that will cause diff to ignore most of these changes. (-b means "Ignore changes in the amount of white space".) You can do this on an individual level by adding a line 'diff -b' to your .cvsrc. It would be nice to get the SF web-based CVS browser to do this too though. |