diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:35:08 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:35:08 +0100 |
commit | 69a29091ef404cc99cd624ed2c7c48c75b45bc1e (patch) | |
tree | 6db82554f8452ca34899805dd2aa296019894045 /.gitattributes | |
parent | enable live reload (diff) | |
download | sorting-algorithms-69a29091ef404cc99cd624ed2c7c48c75b45bc1e.tar.gz sorting-algorithms-69a29091ef404cc99cd624ed2c7c48c75b45bc1e.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 |