From 03b23d56baf839e5db0a20f85bf8419213b8930b Mon Sep 17 00:00:00 2001 From: Ennui Langeweile <85590273+EnnuiL@users.noreply.github.com> Date: Sat, 29 Oct 2022 12:38:20 -0300 Subject: [PATCH] Add Kotlin to .gitattributes --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 979d48b..8db5209 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,7 @@ *.java text eol=lf diff=java *.gradle text eol=lf diff=java +*.kt text eol=lf diff=kotlin +*.kts text eol=lf diff=kotlin gradlew text eol=lf *.bat text eol=crlf