diff options
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 7adb0e69..d625a244 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,3 +14,6 @@ *.bin binary *.jpg binary *.jpeg binary + +# Declare (Unix-style) files that will always have LF line endings on checkout. +*.sh text eol=lf |
