2012-05-16 08:58:45 -04:00
|
|
|
# Handle line endings automatically for files detected as text
|
|
|
|
# and leave all files detected as binary untouched.
|
2019-04-19 20:35:18 -04:00
|
|
|
* text=auto
|
2012-05-16 08:58:45 -04:00
|
|
|
|
|
|
|
#
|
|
|
|
# The above will handle all files NOT found below
|
|
|
|
#
|
|
|
|
# These files are text and should be normalized (Convert crlf => lf)
|
2019-04-20 21:32:14 -04:00
|
|
|
*.bash text eol=lf
|
2019-03-08 20:57:21 -05:00
|
|
|
*.css text diff=css
|
2014-02-05 17:55:46 -05:00
|
|
|
*.df text
|
2019-03-08 20:57:21 -05:00
|
|
|
*.htm text diff=html
|
|
|
|
*.html text diff=html
|
2019-04-18 18:57:15 -04:00
|
|
|
*.java text diff=java
|
2014-02-05 17:55:46 -05:00
|
|
|
*.js text
|
|
|
|
*.json text
|
|
|
|
*.jsp text
|
|
|
|
*.jspf text
|
2016-11-22 05:30:01 -05:00
|
|
|
*.jspx text
|
2014-02-05 17:55:46 -05:00
|
|
|
*.properties text
|
2019-04-20 21:32:14 -04:00
|
|
|
*.sh text eol=lf
|
2014-02-05 17:55:46 -05:00
|
|
|
*.tld text
|
|
|
|
*.txt text
|
2016-11-22 05:30:01 -05:00
|
|
|
*.tag text
|
|
|
|
*.tagx text
|
2014-02-05 17:55:46 -05:00
|
|
|
*.xml text
|
2017-03-29 23:46:27 -04:00
|
|
|
*.yml text
|
2012-05-16 08:58:45 -04:00
|
|
|
|
|
|
|
# These files are binary and should be left untouched
|
|
|
|
# (binary is a macro for -text -diff)
|
2014-02-05 17:58:07 -05:00
|
|
|
*.class binary
|
2014-02-05 17:55:46 -05:00
|
|
|
*.dll binary
|
2014-05-15 08:13:46 -04:00
|
|
|
*.ear binary
|
2014-02-05 17:55:46 -05:00
|
|
|
*.gif binary
|
|
|
|
*.ico binary
|
2019-04-18 18:57:15 -04:00
|
|
|
*.jar binary
|
2014-02-05 17:55:46 -05:00
|
|
|
*.jpg binary
|
|
|
|
*.jpeg binary
|
|
|
|
*.png binary
|
|
|
|
*.so binary
|
2014-02-05 17:58:07 -05:00
|
|
|
*.war binary
|