summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorWajahat Ahmad <48358590+WajahatKanju@users.noreply.github.com>2024-06-26 19:55:27 +0500
committerGitHub <noreply@github.com>2024-06-26 16:55:27 +0200
commit15beb3afdb07b0766c4793231c84b0de528dc579 (patch)
treeb6c73047f9c13f8f0cc7db86d9f40ef5796c9c49 /.gitattributes
parent6595b2cf4c8b696c21da474513760a420c02c25a (diff)
Added .gitattributes to manage line endings
Fixes #1467 and #990 --------- Co-authored-by: Baptiste Mispelon <bmispelon@gmail.com>
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 00000000..d2a21d01
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+# shell scripts need LF endings to work
+*.sh text eol=lf