libarchive: Set .gitattributes to allow trailing whitespace
We do not care about trailing whitespace in third-party code.
This commit is contained in:
parent
65b6e19a35
commit
fd42bf1bdc
Utilities/cmlibarchive
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue