Skip to content

Commit 3aee04d

Browse files
committed
Sync to RepoStandards
1 parent 3d25f52 commit 3aee04d

5 files changed

+724
-249
lines changed

.gitattributes

+70
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,70 @@
1+
# Auto detect text files and perform CRLF normalization
2+
* text=auto eol=crlf
3+
4+
# Standard to msysgit
5+
*.doc diff=astextplain
6+
*.DOC diff=astextplain
7+
*.docx diff=astextplain
8+
*.DOCX diff=astextplain
9+
*.dot diff=astextplain
10+
*.DOT diff=astextplain
11+
*.pdf diff=astextplain
12+
*.PDF diff=astextplain
13+
*.rtf diff=astextplain
14+
*.RTF diff=astextplain
15+
16+
*.exe -text -diff
17+
*.jpg -text -diff
18+
*.png -text -diff
19+
*.gif -text -diff
20+
*.dll -text -diff
21+
*.pdb -text -diff
22+
*.pptx -text -diff
23+
*.xap -text -diff
24+
*.ico -text -diff
25+
*.ttf -text -diff
26+
*.otf -text -diff
27+
28+
*.cs text diff=csharp
29+
*.config text diff=csharp
30+
*.xml text diff=csharp
31+
*.vb text
32+
*.c text
33+
*.cpp text
34+
*.cxx text
35+
*.h text
36+
*.hxx text
37+
*.py text
38+
*.rb text
39+
*.java text
40+
*.html text
41+
*.htm text
42+
*.css text
43+
*.scss text
44+
*.sass text
45+
*.less text
46+
*.js text
47+
*.lisp text
48+
*.clj text
49+
*.sql text
50+
*.php text
51+
*.lua text
52+
*.m text
53+
*.asm text
54+
*.erl text
55+
*.fs text
56+
*.fsx text
57+
*.hs text
58+
*.targets text
59+
*.psm1 text
60+
*.ps1 text
61+
*.md text
62+
*.DotSettings text
63+
*.txt text eol=crlf
64+
*.bat text eol=crlf
65+
66+
# Custom for Visual Studio
67+
*.suo -text -diff
68+
*.snk -text -diff
69+
*.cub -text -diff
70+
*.wixlib -text -diff

0 commit comments

Comments
 (0)