diff options
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.gitattributes b/.gitattributes index 3385d7774..3c53eb39d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,2 @@ -# Auto-detect text files. -* text=auto - -# Force Unix EOLs, to prevent Windows from breaking them. -*.* text eol=lf +# Use Unix line endings in all text files. +* text=auto eol=lf |