You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitattributes 310B

123456789101112131415
  1. # Auto detect text files and perform LF normalization
  2. * text=auto
  3. *.java text diff=java
  4. *.html text diff=html
  5. *.xml text diff=xml
  6. *.css text
  7. *.js text
  8. *.sql text
  9. *.jar binary
  10. *.war binary
  11. # pom file are part of tests involving md5/sha1 (try to keep lf as eol)
  12. *.pom eol=lf