libarchive: Set .gitattributes to allow trailing whitespace

We do not care about trailing whitespace in third-party code.
This commit is contained in:
Brad King 2012-01-05 09:02:01 -05:00
parent 65b6e19a35
commit fd42bf1bdc
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
*.h whitespace=indent-with-non-tab
*.c whitespace=indent-with-non-tab
*.h whitespace=indent-with-non-tab,-blank-at-eol
*.c whitespace=indent-with-non-tab,-blank-at-eol