diff options
author | Brad King <brad.king@kitware.com> | 2012-01-05 14:02:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-01-05 14:02:01 (GMT) |
commit | fd42bf1bdcb95615dd725ae588db02b22a3aebaa (patch) | |
tree | 7b8b4bf9503b58e3fc28937d9562afa28994f039 /Utilities/cmlibarchive/.gitattributes | |
parent | 65b6e19a35c1bde5ee3c132ade076ee5f42e6559 (diff) | |
download | CMake-fd42bf1bdcb95615dd725ae588db02b22a3aebaa.zip CMake-fd42bf1bdcb95615dd725ae588db02b22a3aebaa.tar.gz CMake-fd42bf1bdcb95615dd725ae588db02b22a3aebaa.tar.bz2 |
libarchive: Set .gitattributes to allow trailing whitespace
We do not care about trailing whitespace in third-party code.
Diffstat (limited to 'Utilities/cmlibarchive/.gitattributes')
-rw-r--r-- | Utilities/cmlibarchive/.gitattributes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/cmlibarchive/.gitattributes b/Utilities/cmlibarchive/.gitattributes index 2885cc6..be7062b 100644 --- a/Utilities/cmlibarchive/.gitattributes +++ b/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 |