diff options
-rw-r--r-- | .gitattributes | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.gitattributes b/.gitattributes index c3dcd18..9641b65 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,5 @@ -/%HOME%/**/* text=auto eol=lf +* text=auto + +*.sh text eol=lf -/*.sh text eol=lf +/%HOME%/**/* text=auto eol=lf |