From 98ac49cca0e9173ddf441b25fc97beb6749f9dcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Przemys=C5=82aw=20Pluta?= Date: Wed, 10 Feb 2021 17:15:57 +0100 Subject: [PATCH] Prepare .gitattributes file to migrate CLRF -> LF --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.gitattributes b/.gitattributes index 00a51aff..70042da9 100755 --- a/.gitattributes +++ b/.gitattributes @@ -4,3 +4,16 @@ # These are explicitly windows files and should use crlf *.bat text eol=crlf +# The rest of project files should use lf +*.gradle text eol=lf +*.kt text eol=lf +*.yml text eol=lf +*.java text eol=lf +*.fs text eol=lf +*.vs text eol=lf +*.properties text eol=lf +*.proto text eol=lf +gradlew text eol=lf + +# Binary files +*.jar binary