Skip to content

Commit 9b6fe04

Browse files
committed
Update .gitattributes
1 parent 2c5bcad commit 9b6fe04

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

.gitattributes

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,22 @@
1-
@@ -0,0 +1,22 @@
2-
+ # Auto detect text files and perform LF normalization
3-
+ * text=auto
4-
+
5-
+ # Custom for Visual Studio
6-
+ *.cs diff=csharp
7-
+ *.sln merge=union
8-
+ *.csproj merge=union
9-
+ *.vbproj merge=union
10-
+ *.fsproj merge=union
11-
+ *.dbproj merge=union
12-
+
13-
+ # Standard to msysgit
14-
+ *.doc diff=astextplain
15-
+ *.DOC diff=astextplain
16-
+ *.docx diff=astextplain
17-
+ *.DOCX diff=astextplain
18-
+ *.dot diff=astextplain
19-
+ *.DOT diff=astextplain
20-
+ *.pdf diff=astextplain
21-
+ *.PDF diff=astextplain
22-
+ *.rtf diff=astextplain
23-
+ *.RTF diff=astextplain
1+
# Auto detect text files and perform LF normalization
2+
* text=auto
3+
4+
# Custom for Visual Studio
5+
*.cs diff=csharp
6+
*.sln merge=union
7+
*.csproj merge=union
8+
*.vbproj merge=union
9+
*.fsproj merge=union
10+
*.dbproj merge=union
11+
12+
# Standard to msysgit
13+
*.doc diff=astextplain
14+
*.DOC diff=astextplain
15+
*.docx diff=astextplain
16+
*.DOCX diff=astextplain
17+
*.dot diff=astextplain
18+
*.DOT diff=astextplain
19+
*.pdf diff=astextplain
20+
*.PDF diff=astextplain
21+
*.rtf diff=astextplain
22+
*.RTF diff=astextplain

0 commit comments

Comments
 (0)