Misc: Force LF line endings in .sh files even on windows

This commit is contained in:
Shauren
2023-09-08 21:01:03 +02:00
parent bdb4f2bf17
commit 66ffa7f24b

3
.gitattributes vendored
View File

@@ -29,3 +29,6 @@
# Ignore sql/* files
sql/* linguist-documentation
# Always LF endings
*.sh eol=lf