From 81173c9bd27c36124a3113c5ba814511f33f8a6a Mon Sep 17 00:00:00 2001 From: andantet Date: Sat, 5 Mar 2022 11:12:56 +0000 Subject: [PATCH] revert gitattributes --- .gitattributes | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index dfe0770..7ec7500 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,30 @@ -# Auto detect text files and perform LF normalization -* text=auto +# Java sources +*.java text diff=java eol=crlf +*.gradle text diff=java eol=crlf +*.gradle.kts text diff=java eol=crlf + +# These files are text and should be normalized (Convert crlf => lf) +*.css text diff=css eol=crlf +*.df text eol=crlf +*.htm text diff=html eol=crlf +*.html text diff=html eol=crlf +*.json text diff=json eol=crlf +*.js text eol=crlf +*.jsp text eol=crlf +*.jspf text eol=crlf +*.jspx text eol=crlf +*.properties text eol=crlf +*.tld text eol=crlf +*.tag text eol=crlf +*.tagx text eol=crlf +*.xml text eol=crlf + +# These files are binary and should be left untouched +# (binary is a macro for -text -diff) +*.class binary +*.dll binary +*.ear binary +*.jar binary +*.so binary +*.war binary +*.jks binary