.gitattributes: eol=lf

This commit is contained in:
Aminda Suomalainen 2023-04-06 10:37:19 +03:00
parent 43539ae679
commit fb818ed235
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 2 additions and 2 deletions

4
.gitattributes vendored
View File

@ -1,5 +1,5 @@
# Line ending normalisation, force GH language detection
* text=auto linguist-detectable
# Linux line endings, force GH language detection
* text=auto eol=lf linguist-detectable
# These don't feel like mine
.github/** text=auto -linguist-detectable