Skip to content

Commit a8f41ef

Browse files
committed
chore: expand .gitattributes for cross-platform line endings
1 parent 7016167 commit a8f41ef

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
* text=auto eol=lf
2+
23
*.bat text eol=crlf
34
*.cmd text eol=crlf
5+
*.ps1 text eol=crlf
6+
7+
*.sh text eol=lf
8+
*.py text eol=lf
9+
*.js text eol=lf
10+
*.html text eol=lf
11+
*.css text eol=lf
12+
*.json text eol=lf
13+
*.md text eol=lf
14+
*.toml text eol=lf
15+
*.yml text eol=lf
16+
*.yaml text eol=lf
417

518
docs/img/*.gif filter=lfs diff=lfs merge=lfs -text
619
docs/img/*.png filter=lfs diff=lfs merge=lfs -text
20+
*.woff binary
21+
*.woff2 binary
22+
*.ttf binary
23+
*.ico binary

0 commit comments

Comments
 (0)