From 4daec63aead9da8ee9934975623db990e05303ed Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sun, 5 Apr 2020 18:50:58 +1000 Subject: [PATCH] .gitattributes: deps/SoftFloat-3e/*.txt lines are crlf terminated --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 340a216f01..8bf5843425 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,7 @@ *.zig text eol=lf *.txt text eol=lf langref.html.in text eol=lf +deps/SoftFloat-3e/*.txt text eol=crlf deps/* linguist-vendored lib/include/* linguist-vendored