From 68fababbe88cf213b3f2f3a71d66c2b05196aaed Mon Sep 17 00:00:00 2001 From: Mounir IDRASSI Date: Mon, 28 Nov 2016 00:27:18 +0100 Subject: Use LF line ending for .S assembly files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index d8280400..1d41a502 100644 --- a/.gitattributes +++ b/.gitattributes @@ -24,6 +24,7 @@ Makefile text eol=lf *.fbp text eol=lf *.rgs text eol=lf *.pkgproj text eol=lf +*.S text eol=lf Sources text eol=lf # Declare files that will always have LF line endings on checkout. -- cgit v1.2.3