Skip to content

Commit f31e39a

Browse files
committed
cleanup
1 parent 677424f commit f31e39a

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

.gitattributes

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,23 @@
88
*.c eol=lf
99
*.h eol=lf
1010
*.cc eol=lf
11-
*.gitignore eol=lf
12-
*.gitattributes eol=lf
11+
*.hh eol=lf
12+
*.cpp eol=lf
13+
*.cxx eol=lf
1314
*.md eol=lf
1415
*.sln eol=lf
16+
*.config eol=lf
17+
*.csproj eol=lf
18+
*.vbproj eol=lf
19+
*.fsproj eol=lf
20+
*.dbproj eol=lf
21+
*.nuspec eol=lf
1522
*.html eol=lf
16-
*.cpp eol=lf
17-
*.cs diff=csharp
18-
*.sln merge=union
23+
.gitattributes eol=lf
24+
.gitignore eol=lf
25+
.npmignore eol=lf
26+
*.cs diff=csharp
27+
*.sln merge=union
1928
*.csproj merge=union
2029
*.vbproj merge=union
2130
*.fsproj merge=union

0 commit comments

Comments
 (0)