Skip to content

Commit 4485cf9

Browse files
author
Petr Sramek
committed
updated .gitattribute
1 parent 92797a6 commit 4485cf9

File tree

1 file changed

+18
-15
lines changed

1 file changed

+18
-15
lines changed

.gitattributes

Lines changed: 18 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
###############################################################################
44
* text=auto
55

6+
# Force the following filetypes to have unix eols, so Windows does not break them
7+
*.* text eol=lf
8+
69
###############################################################################
710
# Set default behavior for command prompt diff.
811
#
@@ -22,27 +25,27 @@
2225
# these files as binary and thus will always conflict and require user
2326
# intervention with every merge. To do so, just uncomment the entries below
2427
###############################################################################
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
28+
*.sln merge=binary
29+
*.csproj merge=binary
30+
*.vbproj merge=binary
31+
*.vcxproj merge=binary
32+
*.vcproj merge=binary
33+
*.dbproj merge=binary
34+
*.fsproj merge=binary
35+
*.lsproj merge=binary
36+
*.wixproj merge=binary
37+
*.modelproj merge=binary
38+
*.sqlproj merge=binary
39+
*.wwaproj merge=binary
3740

3841
###############################################################################
3942
# behavior for image files
4043
#
4144
# image files are treated as binary by default.
4245
###############################################################################
43-
#*.jpg binary
44-
#*.png binary
45-
#*.gif binary
46+
*.jpg binary
47+
*.png binary
48+
*.gif binary
4649

4750
###############################################################################
4851
# diff behavior for common document formats

0 commit comments

Comments
 (0)