Skip to content

Commit

Permalink
Create .gitattributes
Browse files Browse the repository at this point in the history
Add .gitattributes
  • Loading branch information
0x7c13 committed May 1, 2020
1 parent d43e1c0 commit c7cd3f5
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 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto

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

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary

0 comments on commit c7cd3f5

Please sign in to comment.