Browse Source

libarchive: Set .gitattributes to allow trailing whitespace

We do not care about trailing whitespace in third-party code.
Brad King 14 years ago
parent
commit
fd42bf1bdc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Utilities/cmlibarchive/.gitattributes

+ 2 - 2
Utilities/cmlibarchive/.gitattributes

@@ -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