Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Commit 74ec556

Browse files
committed
style: add gitattributes
1 parent 400ca89 commit 74ec556

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

.gitattributes

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
###############################################################################
22
# Set default behavior to automatically normalize line endings.
33
###############################################################################
4-
* text=auto
4+
* text=auto eol=lf
55

66
###############################################################################
77
# Set default behavior for command prompt diff.
@@ -10,7 +10,7 @@
1010
# default for csharp files.
1111
# Note: This is only used by command line
1212
###############################################################################
13-
#*.cs diff=csharp
13+
*.cs diff=csharp
1414

1515
###############################################################################
1616
# Set the merge driver for project and solution files
@@ -22,27 +22,27 @@
2222
# these files as binary and thus will always conflict and require user
2323
# intervention with every merge. To do so, just uncomment the entries below
2424
###############################################################################
25-
#*.sln merge=binary
26-
#*.csproj merge=binary
27-
#*.vbproj merge=binary
28-
#*.vcxproj merge=binary
29-
#*.vcproj merge=binary
30-
#*.dbproj merge=binary
31-
#*.fsproj merge=binary
32-
#*.lsproj merge=binary
33-
#*.wixproj merge=binary
34-
#*.modelproj merge=binary
35-
#*.sqlproj merge=binary
36-
#*.wwaproj merge=binary
25+
*.sln merge=binary
26+
*.csproj merge=binary
27+
*.vbproj merge=binary
28+
*.vcxproj merge=binary
29+
*.vcproj merge=binary
30+
*.dbproj merge=binary
31+
*.fsproj merge=binary
32+
*.lsproj merge=binary
33+
*.wixproj merge=binary
34+
*.modelproj merge=binary
35+
*.sqlproj merge=binary
36+
*.wwaproj merge=binary
3737

3838
###############################################################################
3939
# behavior for image files
4040
#
4141
# image files are treated as binary by default.
4242
###############################################################################
43-
#*.jpg binary
44-
#*.png binary
45-
#*.gif binary
43+
*.jpg binary
44+
*.png binary
45+
*.gif binary
4646

4747
###############################################################################
4848
# diff behavior for common document formats
@@ -51,13 +51,13 @@
5151
# is only available from the command line. Turn it on by uncommenting the
5252
# entries below.
5353
###############################################################################
54-
#*.doc diff=astextplain
55-
#*.DOC diff=astextplain
56-
#*.docx diff=astextplain
57-
#*.DOCX diff=astextplain
58-
#*.dot diff=astextplain
59-
#*.DOT diff=astextplain
60-
#*.pdf diff=astextplain
61-
#*.PDF diff=astextplain
62-
#*.rtf diff=astextplain
63-
#*.RTF diff=astextplain
54+
*.doc diff=astextplain
55+
*.DOC diff=astextplain
56+
*.docx diff=astextplain
57+
*.DOCX diff=astextplain
58+
*.dot diff=astextplain
59+
*.DOT diff=astextplain
60+
*.pdf diff=astextplain
61+
*.PDF diff=astextplain
62+
*.rtf diff=astextplain
63+
*.RTF diff=astextplain

0 commit comments

Comments
 (0)