1
0
mirror of https://github.com/mikaela/mikaela.github.io/ synced 2025-04-04 06:47:52 +02:00

.gitattributes: specify eol=lf

Apparently .editorconfig had that already, oops, luckily no one was attempting to use Windows
This commit is contained in:
Aminda Suomalainen 2023-03-23 16:39:11 +02:00
parent bd5e74d583
commit 05d47f0a5a
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

2
.gitattributes vendored

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