diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:40:02 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:40:02 +0100 |
commit | b6624d0b5475f3d75a2aa0e89356065c9aefb372 (patch) | |
tree | 89d890c7c280137d2115842d02309f45b8485221 /.gitattributes | |
parent | fix preludes in bash scripts (diff) | |
download | sorting-algorithms-b6624d0b5475f3d75a2aa0e89356065c9aefb372.tar.gz sorting-algorithms-b6624d0b5475f3d75a2aa0e89356065c9aefb372.zip |
make .gitattributes more consistent
Diffstat (limited to '')
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 91bfadd..8cdb1e0 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ * text=auto -*.bat text eol=crlf *.sh text eol=lf + +*.bat text eol=crlf |