diff --git a/.gitattributes b/.gitattributes index b10d97ce..b5a9e8e4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ *.go linguist-detectable=true -*.js linguist-detectable=false \ No newline at end of file +*.js linguist-detectable=false +# Declare files that will always have LF line endings on checkout. +# Git will always convert line endings to LF on checkout. You should use this for files that must keep LF endings, even on Windows. +*.sh text eol=lf \ No newline at end of file