-
-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy path.gitattributes
More file actions
29 lines (27 loc) · 632 Bytes
/
Copy path.gitattributes
File metadata and controls
29 lines (27 loc) · 632 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
# Normalize all text files to LF in the repository.
# Working trees on Windows can still check out CRLF if core.autocrlf=true.
* text=auto eol=lf
# Explicit text files (in case auto-detection misclassifies)
*.js text eol=lf
*.mjs text eol=lf
*.json text eol=lf
*.html text eol=lf
*.css text eol=lf
*.md text eol=lf
*.txt text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
# Binary files — never normalize
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.zip binary
*.gz binary
*.tar binary
*.pdf binary
*.woff binary
*.woff2 binary
*.ttf binary
*.eot binary