aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2023-09-08 21:01:03 +0200
committerShauren <shauren.trinity@gmail.com>2023-09-08 21:01:03 +0200
commit66ffa7f24b9b9d39893618d302587aaa3cf50eee (patch)
tree9c741e52a227351373018c17762542923931ab63 /.gitattributes
parentbdb4f2bf17206b465195e0ad2d7850a21f567201 (diff)
Misc: Force LF line endings in .sh files even on windows
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index ec21c2cfba9..3658911c8b1 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -29,3 +29,6 @@
# Ignore sql/* files
sql/* linguist-documentation
+
+# Always LF endings
+*.sh eol=lf