Skip to content

Commit b8d720d

Browse files
authored
Update .gitattributes to make line endings consistent (microsoft#5942)
* Update .gitattributes * Update .gitattributes * Update .gitattributes
1 parent 5c1713f commit b8d720d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.gitattributes

+14
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1+
###############################################################################
2+
# Set default behavior to automatically normalize line endings.
3+
###############################################################################
4+
* text=auto
5+
6+
*.cs text eol=crlf
7+
8+
###############################################################################
9+
# diff behavior for common document formats
10+
#
11+
# Convert binary document formats to text before diffing them. This feature
12+
# is only available from the command line. Turn it on by uncommenting the
13+
# entries below.
14+
###############################################################################
115
*.rc diff

0 commit comments

Comments
 (0)