From 3fdc32622d6e1d0bd6a7e80022c86d474a76b159 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Tue, 6 Sep 2022 21:52:05 +0700 Subject: [PATCH] Force kotlin and json files to crlf line endings --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 704b8fcab..c4a54d82e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,6 @@ src/generated/**/.cache/cache text eol=lf src/generated/**/*.json text eol=lf *.xcf filter=lfs diff=lfs merge=lfs -text + +*.kt text eol=crlf +*.json text eol=crlf