aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMateusz Łoskot <mateusz@loskot.net>2019-12-04 18:39:49 +0100
committerMateusz Łoskot <mateusz@loskot.net>2019-12-04 18:45:25 +0100
commit2fb89ccacae2958de3edec3caa529543db683b98 (patch)
tree455fb793dfc5461a58e4fe4fe7611d8ca21e1872 /.gitattributes
parent730477ecfea64c215d9799d5546b562930f23892 (diff)
downloadPROJ-2fb89ccacae2958de3edec3caa529543db683b98.tar.gz
PROJ-2fb89ccacae2958de3edec3caa529543db683b98.zip
Add .gitattributes
Normalize line endings of Unix shell scripts to LF.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes8
1 files changed, 8 insertions, 0 deletions
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