From c3116473d71992493491eeead44b497ae5117e4f Mon Sep 17 00:00:00 2001 From: micronaut-build <65172877+micronaut-build@users.noreply.github.com> Date: Thu, 30 Mar 2023 09:29:59 +0200 Subject: [PATCH] Update common files (#315) --- .gitattributes | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/.gitattributes b/.gitattributes index 31628339..2603050e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,18 +1,19 @@ # Auto detect text files and perform LF normalization * text=auto -*.java text -*.html text -*.kt text -*.kts text -*.md text diff=markdown +*.java text eol=lf +*.groovy text eol=lf +*.html text eol=lf +*.kt text eol=lf +*.kts text eol=lf +*.md text diff=markdown eol=lf *.py text diff=python executable *.pl text diff=perl executable *.pm text diff=perl -*.css text diff=css -*.js text -*.sql text -*.q text +*.css text diff=css eol=lf +*.js text eol=lf +*.sql text eol=lf +*.q text eol=lf *.sh text eol=lf gradlew text eol=lf