Create .gitattributes

This commit is contained in:
2025-06-04 08:03:06 +02:00
parent 1e16c598e1
commit b51d6359b7

9
.gitattributes vendored Normal file
View File

@@ -0,0 +1,9 @@
# Set default behavior to automatically normalize line endings
* text=auto
# Force bash scripts to always use LF line endings
*.sh text eol=lf
# Force batch scripts to always use CRLF line endings
*.bat text eol=crlf
*.cmd text eol=crlf