Skip to content

Commit

Permalink
Add git attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Jul 7, 2014
1 parent dd69e7d commit 2154909
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Define the line ending behavior of the different file extensions
# Set default behaviour, in case users don't have core.autocrlf set.
* text=lf

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.php eol=lf

# Declare files that will always have CRLF line endings on checkout.
*.bat eol=crlf

0 comments on commit 2154909

Please sign in to comment.