diff --git a/.gitattributes b/.gitattributes index 2757aa51..e5f43222 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2,19 +2,19 @@ * text=auto # List text files in case git doesn't characterize correctly -*.c text -*.h text -*.s text -*.in text -*.js text -*.md text -*.py text -*.sh text -*.ld text -*.inc text -*.txt text -*.json text -*.yaml text +*.c text eol=lf +*.h text eol=lf +*.s text eol=lf +*.in text eol=lf +*.js text eol=lf +*.md text eol=lf +*.py text eol=lf +*.sh text eol=lf +*.ld text eol=lf +*.inc text eol=lf +*.txt text eol=lf +*.json text eol=lf +*.yaml text eol=lf # Same for binary *.bin binary