From b113a7c519ad784a284f96f4a4a28df6e4ac586c Mon Sep 17 00:00:00 2001 From: Gabi Date: Mon, 25 Mar 2024 20:05:23 -0300 Subject: [PATCH] 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. --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 001ae320b..25cd8d8d4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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