aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-12-07 15:40:02 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2022-12-07 15:40:02 +0100
commitb6624d0b5475f3d75a2aa0e89356065c9aefb372 (patch)
tree89d890c7c280137d2115842d02309f45b8485221 /.gitattributes
parentfix preludes in bash scripts (diff)
downloadsorting-algorithms-b6624d0b5475f3d75a2aa0e89356065c9aefb372.tar.gz
sorting-algorithms-b6624d0b5475f3d75a2aa0e89356065c9aefb372.zip
make .gitattributes more consistent
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
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