From af4669eba51331274f1cd16993875e042d2c7cde Mon Sep 17 00:00:00 2001 From: vratiskol Date: Fri, 15 Mar 2019 21:08:56 +0100 Subject: [PATCH] Force LF --- .gitattributes | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index bae55fcce..73c989a7e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,4 +3,7 @@ fpga/fpga.bit -crlf -diff *.bin -crlf -diff *.z -crlf -diff - \ No newline at end of file +# Force LF +*.c text=auto eol=lf +*.h text=auto eol=lf +*.lua text=auto eol=lf