Files
firezone/.gitattributes
Gabi b113a7c519 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.
2024-03-25 23:05:23 +00:00

4 lines
135 B
Plaintext

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