-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
18 lines (16 loc) · 832 Bytes
/
.gitattributes
File metadata and controls
18 lines (16 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
###############################################################################
# Default to Unix-style text files
###############################################################################
* text eol=lf
###############################################################################
# Treat code and markdown as Unix-style text files
###############################################################################
*.cs text eol=lf
*.csproj text eol=lf
*.md text eol=lf
*.props text eol=lf
*.targets text eol=lf
###############################################################################
# Treat Solution files as Windows text files
###############################################################################
*.sln text eol=crlf