From 2fb89ccacae2958de3edec3caa529543db683b98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20=C5=81oskot?= Date: Wed, 4 Dec 2019 18:39:49 +0100 Subject: Add .gitattributes Normalize line endings of Unix shell scripts to LF. --- .gitattributes | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..4d2452bf --- /dev/null +++ b/.gitattributes @@ -0,0 +1,8 @@ +# +# Configure line ending normalisation for this repository. +# +* text=auto +*.ac text eol=lf +*.am text eol=lf +*.m4 text eol=lf +*.sh text eol=lf -- cgit v1.2.3