We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7016167 commit a8f41efCopy full SHA for a8f41ef
1 file changed
.gitattributes
@@ -1,6 +1,23 @@
1
* text=auto eol=lf
2
+
3
*.bat text eol=crlf
4
*.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
17
18
docs/img/*.gif filter=lfs diff=lfs merge=lfs -text
19
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