Skip to content

Commit

Permalink
Create .gitattributes
Browse files Browse the repository at this point in the history
  • Loading branch information
LoboMetalurgico committed Jul 1, 2021
1 parent f782a83 commit 85389c1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Auto detect text files and perform LF normalization
* text=auto eol=lf
*.java text eol=lf
*.md text eol=lf
*.xml text eol=lf
*.yml text eol=lf
*.ini text=auto
*.txt text=auto
*.bat text eol=crlf
*.cmd text eol=crlf
*.dat binary
*.jar binary
*.class binary

0 comments on commit 85389c1

Please sign in to comment.