-
Notifications
You must be signed in to change notification settings - Fork 97
/
.gitattributes
52 lines (44 loc) · 1.04 KB
/
.gitattributes
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
41
42
43
44
45
46
47
48
49
50
51
52
# Set the default behavior for when core.autocrlf is not set
* text=auto
# See https://git-scm.com/docs/gitattributes
# See https://help.github.com/articles/dealing-with-line-endings/
# Source code
*.c text
*.cpp text
*.h text
*.hpp text
*.pxd text
*.py text
*.pyx text
# Linux shell scripts
*.sh eol=lf
# Windows shell scripts
*.bat eol=crlf
*.cmd eol=crlf
*.ps1 eol=crlf
# Configuration files, scripts, documentation
*.cfg text
*.csv text
*.ini text
*.json text
*.md text
*.rst text
*.txt text
*.xml text
*.yaml text
*.yml text
.gitignore text
.mu_repo text
.project text
.pydevproject text
# Documentation
*.css text
*.html text
*.rst text
# Image
*.svg eol=lf
# Binary files
*.jpeg binary
*.jpg binary
*.pdf binary
*.png binary