mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 02:18:47 +00:00
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:
2
.gitattributes
vendored
2
.gitattributes
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user