|
1 | 1 | # Auto detect text files and perform LF normalization
|
2 | 2 | * text=auto
|
3 | 3 |
|
4 |
| - |
5 | 4 | # Custom for Visual Studio
|
6 |
| -*.cs text diff=csharp eol=crlf |
7 |
| -*.sln text merge=union eol=crlf |
8 |
| -*.csproj text merge=union eol=crlf |
9 |
| -*.vbproj text merge=union |
10 |
| -*.fsproj text merge=union |
11 |
| -*.dbproj text merge=union |
12 |
| -*.ascx text eol=crlf |
13 |
| -*.xaml text eol=crlf |
14 |
| -*.cmd text eol=crlf |
15 |
| -*.ps1 text eol=crlf |
16 |
| -*.coffee text eol=crlf |
17 |
| -*.config text eol=crlf |
18 |
| -*.css text eol=crlf |
19 |
| -*.nuspec text eol=crlf |
20 |
| -*.scss text eol=crlf |
21 |
| -*.cshtml text eol=crlf |
22 |
| -*.htm text eol=crlf |
23 |
| -*.html text eol=crlf |
24 |
| -*.js text eol=crlf |
25 |
| -*.ts text eol=crlf |
26 |
| -*.msbuild text eol=crlf |
27 |
| -*.resx text merge=union |
28 |
| -*.ruleset text |
29 |
| -*.Stylecop text |
30 |
| -*.targets text eol=crlf |
31 |
| -*.tt text |
32 |
| -*.txt text eol=crlf |
33 |
| -*.vb text eol=crlf |
34 |
| -*.vbhtml text eol=crlf |
35 |
| -*.xml text eol=crlf |
36 |
| -*.xunit text eol=crlf |
| 5 | +*.cs text diff=csharp eol=crlf filter=raven-spacify |
| 6 | +*.sln text merge=union eol=crlf filter=raven-spacify |
| 7 | +*.csproj text merge=union eol=crlf filter=raven-spacify |
| 8 | +*.vbproj text merge=union filter=raven-spacify |
| 9 | +*.fsproj text merge=union filter=raven-spacify |
| 10 | +*.dbproj text merge=union filter=raven-spacify |
| 11 | +*.ascx text eol=crlf filter=raven-spacify |
| 12 | +*.xaml text eol=crlf filter=raven-spacify |
| 13 | +*.cmd text eol=crlf filter=raven-spacify |
| 14 | +*.ps1 text eol=crlf filter=raven-spacify |
| 15 | +*.coffee text eol=crlf filter=raven-spacify |
| 16 | +*.config text eol=crlf filter=raven-spacify |
| 17 | +*.css text eol=crlf filter=raven-spacify |
| 18 | +*.nuspec text eol=crlf filter=raven-spacify |
| 19 | +*.scss text eol=crlf filter=raven-spacify |
| 20 | +*.cshtml text eol=crlf filter=raven-spacify |
| 21 | +*.htm text eol=crlf filter=raven-spacify |
| 22 | +*.html text eol=crlf filter=raven-spacify |
| 23 | +*.js text eol=crlf filter=raven-spacify |
| 24 | +*.ts text eol=crlf filter=raven-spacify |
| 25 | +*.msbuild text eol=crlf filter=raven-spacify |
| 26 | +*.resx text merge=union filter=raven-spacify |
| 27 | +*.ruleset text filter=raven-spacify |
| 28 | +*.Stylecop text filter=raven-spacify |
| 29 | +*.targets text eol=crlf filter=raven-spacify |
| 30 | +*.tt text filter=raven-spacify |
| 31 | +*.txt text eol=crlf filter=raven-spacify |
| 32 | +*.vb text eol=crlf filter=raven-spacify |
| 33 | +*.vbhtml text eol=crlf filter=raven-spacify |
| 34 | +*.xml text eol=crlf filter=raven-spacify |
| 35 | +*.xunit text eol=crlf filter=raven-spacify |
| 36 | +*.java text eol=lf filter=raven-spacify |
37 | 37 |
|
38 | 38 | *.bmp binary
|
39 | 39 | *.gif binary
|
40 | 40 | *.ico binary
|
41 | 41 | *.jpg binary
|
42 | 42 | *.png binary
|
43 | 43 |
|
44 |
| - |
45 |
| - |
46 | 44 | # Standard to msysgit
|
47 | 45 | *.doc diff=astextplain
|
48 | 46 | *.DOC diff=astextplain
|
|
54 | 52 | *.PDF diff=astextplain
|
55 | 53 | *.rtf diff=astextplain
|
56 | 54 | *.RTF diff=astextplain
|
57 |
| - |
58 |
| -*.java text eol=lf |
0 commit comments