From d4d21801481bc964eea40f67d59f3384af33c2cc Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 5 Apr 2020 18:50:26 +1000 Subject: [PATCH] Convert .gitattributes to use unix line endings --- .gitattributes | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitattributes b/.gitattributes index a2ec267781..340a216f01 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,10 +1,10 @@ -*.zig text eol=lf -*.txt text eol=lf -langref.html.in text eol=lf - -deps/* linguist-vendored -lib/include/* linguist-vendored -lib/libc/* linguist-vendored -lib/libcxx/* linguist-vendored -lib/libcxxabi/* linguist-vendored -lib/libunwind/* linguist-vendored +*.zig text eol=lf +*.txt text eol=lf +langref.html.in text eol=lf + +deps/* linguist-vendored +lib/include/* linguist-vendored +lib/libc/* linguist-vendored +lib/libcxx/* linguist-vendored +lib/libcxxabi/* linguist-vendored +lib/libunwind/* linguist-vendored