chore: set same eol for all platforms (#4316)

Kotlin's `spottlessApply` uses the EOL in this file, so it messes up all
line endings if running it from windows without this change.

I don't see a down-side on standardizing this to something fixed for all
platforms and since we're already using LF everywhere I think keeping it
seems like the best.
This commit is contained in:
Gabi
2024-03-25 20:05:23 -03:00
committed by GitHub
parent 228389882e
commit b113a7c519

2
.gitattributes vendored
View File

@@ -1,3 +1,3 @@
# Don't allow Git to mess up line endings, ever
# https://github.com/actions/checkout/issues/135#issuecomment-613329879
* -text
* -text eol=lf