.gitattributes 877 B

12345678910111213141516171819202122232425262728293031323334
  1. # Java sources
  2. *.java text diff=java
  3. *.kt text diff=java
  4. *.groovy text diff=java
  5. *.scala text diff=java
  6. *.gradle text diff=java
  7. *.gradle.kts text diff=java
  8. # These files are text and should be normalized (Convert crlf => lf)
  9. *.css text diff=css
  10. *.scss text diff=css
  11. *.sass text
  12. *.df text
  13. *.htm text diff=html
  14. *.html text diff=html
  15. *.js text
  16. *.jsp text
  17. *.jspf text
  18. *.jspx text
  19. *.properties text
  20. *.tld text
  21. *.tag text
  22. *.tagx text
  23. *.xml text
  24. # These files are binary and should be left untouched
  25. # (binary is a macro for -text -diff)
  26. *.class binary
  27. *.dll binary
  28. *.ear binary
  29. *.jar binary
  30. *.so binary
  31. *.war binary
  32. *.jks binary