Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
revert gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
andantet committed Mar 5, 2022
1 parent 34447f5 commit 81173c9
Showing 1 changed file with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 81173c9

Please sign in to comment.