diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:51:02 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:51:02 +0100 |
commit | 5b4fa439fa2f3d8cc83a704f39c995022bfa4e27 (patch) | |
tree | 48588f8a670bb4fc0469faf678730c9708d6b8ce /.gitattributes | |
parent | status. subdomain to /status/ (diff) | |
download | egor-tensin.github.io-5b4fa439fa2f3d8cc83a704f39c995022bfa4e27.tar.gz egor-tensin.github.io-5b4fa439fa2f3d8cc83a704f39c995022bfa4e27.zip |
make .gitattributes more consistent
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 176a458..d76765e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text=auto + +*.sh text eol=lf |