2021-02-22 10:08:45 +00:00
|
|
|
* text=auto eol=lf
|
2020-08-15 10:46:24 +00:00
|
|
|
# Force Batch files to CRLF
|
2021-02-22 10:08:45 +00:00
|
|
|
*.bat eol=crlf -text
|
2020-08-15 10:46:24 +00:00
|
|
|
|
|
|
|
# Java sources
|
|
|
|
*.java text diff=java
|
|
|
|
*.kt text diff=java
|
|
|
|
*.gradle text diff=java
|
|
|
|
*.gradle.kts text diff=java
|
|
|
|
|
|
|
|
# These files are text and should be normalized (Convert crlf => lf)
|
|
|
|
*.css text diff=css
|
|
|
|
*.df text
|
|
|
|
*.htm text diff=html
|
|
|
|
*.html text diff=html
|
|
|
|
*.js text
|
|
|
|
*.jsp text
|
|
|
|
*.jspf text
|
|
|
|
*.jspx text
|
|
|
|
*.properties text
|
|
|
|
*.tld text
|
|
|
|
*.tag text
|
|
|
|
*.tagx text
|
|
|
|
*.xml text
|
|
|
|
|
|
|
|
# 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
|