mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 02:18:47 +00:00
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.
4 lines
135 B
Plaintext
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
|