Skip to content

Commit c7cd3f5

Browse files
committed
Create .gitattributes
Add .gitattributes
1 parent d43e1c0 commit c7cd3f5

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Declare files that will always have CRLF line endings on checkout.
5+
*.cs text eol=crlf
6+
*.xaml text eol=crlf
7+
*.resw text eol=crlf
8+
*.csproj text eol=crlf
9+
*.sln text eol=crlf
10+
11+
# Denote all files that are truly binary and should not be modified.
12+
*.png binary
13+
*.jpg binary

0 commit comments

Comments
 (0)