From 66ffa7f24b9b9d39893618d302587aaa3cf50eee Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 8 Sep 2023 21:01:03 +0200 Subject: [PATCH] Misc: Force LF line endings in .sh files even on windows --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index ec21c2cfba905..3658911c8b1c5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -29,3 +29,6 @@ # Ignore sql/* files sql/* linguist-documentation + +# Always LF endings +*.sh eol=lf