diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-01 16:39:23 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-01 16:39:23 +0300 |
commit | cbad214f71a6182ba66341174bec432633735119 (patch) | |
tree | 7e574703e1de7ec781b14274eb3bbc2f9d816c31 /.gitattributes | |
parent | ssh: add tensin-gordey (diff) | |
download | linux-home-cbad214f71a6182ba66341174bec432633735119.tar.gz linux-home-cbad214f71a6182ba66341174bec432633735119.zip |
fix .gitattributes
Diffstat (limited to '.gitattributes')
-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 |