Skip to content

Commit

Permalink
Update .gitattributes (#10285)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick-Anderson committed Jan 9, 2019
1 parent e4731a0 commit d437320
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
###############################################################################
* text=auto

# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cs text
*.cshtml text

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

###############################################################################
# Set default behavior for command prompt diff.
#
Expand Down Expand Up @@ -40,9 +48,9 @@
#
# image files are treated as binary by default.
###############################################################################
#*.jpg binary
#*.png binary
#*.gif binary
*.jpg binary
*.png binary
*.gif binary
*.ico binary

###############################################################################
Expand Down

0 comments on commit d437320

Please sign in to comment.