From 39d60121d14facf3d82cf9b7ceb908526aed5247 Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Mon, 10 Jan 2022 12:12:20 +0100 Subject: [PATCH] chore: ensure lf but not crlf for build scripts --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 434addf38..b14bc05ff 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,7 @@ * text=auto *.* text eol=lf +./build text eol=lf +scripts/* text eol=lf *.cmd text eol=crlf *.jpg -text *.png -text