Skip to content

Commit

Permalink
Add .gitattributes to enforce LF
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Jun 4, 2015
1 parent 0fb980b commit 8e94fbf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Auto detect text files and perform LF normalization
* text=auto

# Allow gradle.bat to retain CRLF
gradlew.bat text eol=crlf

0 comments on commit 8e94fbf

Please sign in to comment.