-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
25 lines (23 loc) · 750 Bytes
/
Copy path.gitattributes
File metadata and controls
25 lines (23 loc) · 750 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
# Force UTF-8 for text so em dashes cannot reappear as — via CP1252 round-trips
* text=auto eol=lf
*.html text working-tree-encoding=UTF-8
*.js text working-tree-encoding=UTF-8
*.css text working-tree-encoding=UTF-8
*.md text working-tree-encoding=UTF-8
*.txt text working-tree-encoding=UTF-8
*.json text working-tree-encoding=UTF-8
*.svg text working-tree-encoding=UTF-8
*.xml text working-tree-encoding=UTF-8
*.yml text working-tree-encoding=UTF-8
*.yaml text working-tree-encoding=UTF-8
*.toml text working-tree-encoding=UTF-8
*.ps1 text working-tree-encoding=UTF-8 eol=crlf
*.py text working-tree-encoding=UTF-8
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.webp binary
*.ico binary
*.woff binary
*.woff2 binary