[vtk-developers] git trailing whitespace check and 3rd party code
Brad King
brad.king at kitware.com
Wed Oct 19 11:09:16 EDT 2011
On 10/18/2011 7:58 PM, Sean McBride wrote:
> Thanks for the reply. Didn't know about .gitattributes...
[snip]
> Utilities/vtkfreetype/ChangeLog:126: trailing whitespace.
> + constructed correctly. It's even less than that, see e.g.
Try adding this to .gitattributes:
/Utilities/* -whitespace
That should disable all whitespace checks for the Utilities directory.
-Brad
More information about the vtk-developers
mailing list