diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2017-08-23 17:23:25 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2017-08-23 17:31:41 (GMT) |
commit | 8ed03baa766b1170bcfa0574525dc16106bf5b5f (patch) | |
tree | 26a7683403db90aed1c8d6dbe9dc9fa701f69037 /Tests/MumpsCoverage | |
parent | 4047003161e0e1e5f9c68e04d3eec4caa97dc90a (diff) | |
download | CMake-8ed03baa766b1170bcfa0574525dc16106bf5b5f.zip CMake-8ed03baa766b1170bcfa0574525dc16106bf5b5f.tar.gz CMake-8ed03baa766b1170bcfa0574525dc16106bf5b5f.tar.bz2 |
gitattributes: prefer `eol=crlf` to `-crlf`
The `crlf` attribute is deprecated in Git. This also changes the given
files to be in the index using LF newlines, but they will be checked
out with CRLF newlines due to the attribute.
Diffstat (limited to 'Tests/MumpsCoverage')
-rw-r--r-- | Tests/MumpsCoverage/.gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/MumpsCoverage/.gitattributes b/Tests/MumpsCoverage/.gitattributes index cbaead4..9fc9b0f 100644 --- a/Tests/MumpsCoverage/.gitattributes +++ b/Tests/MumpsCoverage/.gitattributes @@ -1 +1 @@ -*.cmcov -crlf -whitespace +*.cmcov eol=crlf |