Skip to content

Commit

Permalink
Added to take into account attributes in file types.
Browse files Browse the repository at this point in the history
  • Loading branch information
iCesofT committed Nov 3, 2020
1 parent 2008568 commit 69d6edc
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
* text=auto eol=lf

*.java text diff=java
*.gradle text diff=groovy
*.gradle.kts text diff=groovy
*.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
*.yml text
*.yaml text

*.class binary
*.dll binary
*.ear binary
*.jar binary
*.so binary
*.war binary
*.jks binary

0 comments on commit 69d6edc

Please sign in to comment.