-
Notifications
You must be signed in to change notification settings - Fork 218
Expand file tree
/
Copy path.gitattributes
More file actions
41 lines (37 loc) · 849 Bytes
/
Copy path.gitattributes
File metadata and controls
41 lines (37 loc) · 849 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Auto detect text files and perform LF normalization
* text=auto
*.sh text eol=lf
*.command text eol=lf
*.cmd text eol=crlf
*.go text eol=lf
*.mod text eol=lf
*.sum text eol=lf
*.ini text eol=lf
*.yml text eol=lf
*.py text eol=lf
*.md text eol=lf
Dockerfile text eol=lf
# Syntax
*.def linguist-language=ini
*.air linguist-language=ini
*.st linguist-language=ini
*.const linguist-language=ini
*.zss linguist-language=coffeescript
# Custom for Visual Studio
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union
# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain