This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |