From d20485d8d983e1bc9de18289773168ddf2dafb6d Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 23 Aug 2017 13:21:56 -0400 Subject: gitattributes: prefer `eol=lf` to `crlf=input` The `crlf` attribute is deprecated in Git. --- .gitattributes | 10 +++++----- Tests/CMakeTests/.gitattributes | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitattributes b/.gitattributes index 14aa49e..0943bca 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,11 +8,11 @@ # Do not perform whitespace checks. Do not format. [attr]generated whitespace=-tab-in-indent,-indent-with-non-tab -format.clang-format -bootstrap crlf=input -configure crlf=input -*.[1-9] crlf=input -*.sh crlf=input -*.sh.in crlf=input +bootstrap eol=lf +configure eol=lf +*.[1-9] eol=lf +*.sh eol=lf +*.sh.in eol=lf *.bat -crlf *.bat.in -crlf diff --git a/Tests/CMakeTests/.gitattributes b/Tests/CMakeTests/.gitattributes index c34e350..c6148fb 100644 --- a/Tests/CMakeTests/.gitattributes +++ b/Tests/CMakeTests/.gitattributes @@ -1 +1 @@ -File-HASH-Input.txt crlf=input +File-HASH-Input.txt eol=lf -- cgit v0.12