Blame view

.gitattributes 900 Bytes
6bea9311   Etienne Pallier   - bugfix updateSe...
1
# Define the line ending behavior of the different file extensions
07e4c3fb   Etienne Pallier   v4.108.0-3.7.9 - ...
2
# Set default behavior, in case users don't have core.autocrlf set.
6bea9311   Etienne Pallier   - bugfix updateSe...
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
* text=auto
* text eol=lf

# Explicitly declare text files we want to always be normalized and converted
# to native line endings on checkout.
*.php text
*.default text
*.ctp text
*.sql text
*.md text
*.po text
*.js text
*.css text
*.ini text
*.properties text
*.txt text
*.xml text
*.svg text
*.yml text
.htaccess text

# Declare files that will always have CRLF line endings on checkout.
*.bat eol=crlf

# Declare files that will always have LF line endings on checkout.
*.pem eol=lf

# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
*.gif binary
*.ico binary
*.mo binary
*.pdf binary
*.phar binary
*.woff binary
*.woff2 binary
*.ttf binary
*.otf binary
*.eot binary
07e4c3fb   Etienne Pallier   v4.108.0-3.7.9 - ...
43
44
45
46
*.gz binary
*.bz2 binary
*.7z binary
*.zip binary