Skip to content

Commit cc72d44

Browse files
committed
.gitattributes: Fixed indentation and added .gitignore and .gitattributes rules
1 parent b6cc1ad commit cc72d44

1 file changed

Lines changed: 24 additions & 20 deletions

File tree

.gitattributes

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,31 @@
22
* text=auto
33

44
# Custom for Visual Studio
5-
*.cs eol=crlf diff=csharp
6-
*.sln merge=union
7-
*.csproj merge=union
8-
*.vbproj merge=union
9-
*.fsproj merge=union
10-
*.dbproj merge=union
5+
*.cs eol=crlf diff=csharp
6+
*.sln merge=union
7+
*.csproj merge=union
8+
*.vbproj merge=union
9+
*.fsproj merge=union
10+
*.dbproj merge=union
1111

1212
# 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
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
2323

2424
# Batch Files
25-
build eol=lf
26-
*.sh eol=lf
27-
*.bat eol=crlf
28-
*.cmd eol=crlf
25+
build eol=lf
26+
*.sh eol=lf
27+
*.bat eol=crlf
28+
*.cmd eol=crlf
29+
30+
# Git Files
31+
.gitattributes text eol=lf
32+
.gitignore text eol=lf

0 commit comments

Comments
 (0)