.gitattributes: eol=lf

This commit is contained in:
Aminda Suomalainen 2023-04-06 11:44:52 +03:00
parent 8d0e562024
commit 2875272c64
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

3
.gitattributes vendored
View File

@ -1,5 +1,4 @@
# Line ending normalisatsion, force linguist to consider everything
* text=auto linguist-detectable
* text=auto eol=lf linguist-detectable
# bash scripts are most likely ran on Linux so they have lf endings
*.bash text eol=lf