From ba436230327eab36141ed8a144d0a5f660a8bdd4 Mon Sep 17 00:00:00 2001 From: Dominic Clifton Date: Thu, 8 Mar 2018 18:30:02 +0100 Subject: [PATCH] CF/BF - Enforce text file line endings to be LF. Updated to match cleanflight firmware. --- .gitattributes | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitattributes b/.gitattributes index 9ce6848f7..bb5533601 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,9 +1,9 @@ -LICENSE text -*.md text -*.js text -*.json text -*.html text -*.css text -*.txt text +LICENSE text eol=lf +*.md text eol=lf +*.js text eol=lf +*.json text eol=lf +*.html text eol=lf +*.css text eol=lf +*.txt text eol=lf *.png -crlf -diff *.svg -crlf -diff