diff --git a/.gitattributes b/.gitattributes index d3662066..7c322d24 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,2 @@ -# Treat all text files as text and normalize to LF in the repository -* text=auto -# Force LF for shell scripts or config files -*.sh text eol=lf -*.config text eol=lf \ No newline at end of file +# Shell scripts use LF as line separator, even checked out to Windows(NTFS) file-system +*.sh text eol=lf \ No newline at end of file