diff options
author | Shauren <shauren.trinity@gmail.com> | 2023-09-08 21:01:03 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-09-08 21:01:03 +0200 |
commit | 66ffa7f24b9b9d39893618d302587aaa3cf50eee (patch) | |
tree | 9c741e52a227351373018c17762542923931ab63 | |
parent | bdb4f2bf17206b465195e0ad2d7850a21f567201 (diff) |
Misc: Force LF line endings in .sh files even on windows
-rw-r--r-- | .gitattributes | 3 |
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 |