Skip to content

Commit

Permalink
Add *.java* to .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Steinbeck committed Dec 15, 2023
1 parent ec0a669 commit e0a6bc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

# Force LF endings for text files that are prone to causing cross-platform issues.
*.java text eol=lf
*.java* text eol=lf
*.gradle text eol=lf
*.md text eol=lf
*.sh text eol=lf
Expand Down

0 comments on commit e0a6bc4

Please sign in to comment.