Skip to content

Commit 93c016d

Browse files
committed
Restructure solution - No paket
1 parent 631247f commit 93c016d

20 files changed

+512
-775
lines changed

.gitattributes

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

0 commit comments

Comments
 (0)