mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 08:18:50 -05:00
Added Java diffs
This commit is contained in:
parent
c5ffaa7265
commit
3766233431
@ -6,10 +6,10 @@
|
||||
# The above will handle all files NOT found below
|
||||
#
|
||||
# These files are text and should be normalized (Convert crlf => lf)
|
||||
*.css text
|
||||
*.css text diff=css
|
||||
*.df text
|
||||
*.htm text
|
||||
*.html text
|
||||
*.htm text diff=html
|
||||
*.html text diff=html
|
||||
*.java text
|
||||
*.js text
|
||||
*.json text
|
||||
@ -32,7 +32,7 @@
|
||||
*.ear binary
|
||||
*.gif binary
|
||||
*.ico binary
|
||||
*.jar binary
|
||||
*.jar binary diff=java
|
||||
*.jpg binary
|
||||
*.jpeg binary
|
||||
*.png binary
|
||||
|
Loading…
Reference in New Issue
Block a user