diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 176a458..8cdb1e0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,5 @@ * text=auto + +*.sh text eol=lf + +*.bat text eol=crlf |