Skip to content

Commit 42c7466

Browse files
committed
Include a .gitattribute file to make the line endings stay consistent
1 parent f5b5542 commit 42c7466

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
* text=auto
2+
3+
*.cs text
4+
*.xaml text
5+
*.sln text eol=crlf
6+
*.csproj text eol=crlf
7+
*.shproj text eol=crlf
8+
*.appxmanifest text eol=crlf
9+
10+
*.png binary
11+
*.jpg binary
12+
*.dll binary
13+
*.pdb binary
14+
*.exe binary
15+
*.nupkg binary
16+
*.pdf binary
17+
*.snk binary

0 commit comments

Comments
 (0)