Skip to content

Commit a1e548c

Browse files
committed
simplify .gitattributes [ci skip]
1 parent a9bf62e commit a1e548c

File tree

1 file changed

+4
-20
lines changed

1 file changed

+4
-20
lines changed

.gitattributes

+4-20
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,5 @@
1-
# Set the default behavior, in case people don't have core.
2-
* text eol=lf
3-
4-
# Explicitly declare text files you want to always be normalized and converted
5-
# to native line endings on checkout.
6-
7-
# Declare files that will always have LF line endings on checkout.
8-
*.sh text eol=lf
9-
10-
# Declare files that will always have CRLF line endings on checkout.
1+
* text eol=lf
112
*.bat text eol=crlf
12-
*.wl text eol=crlf
13-
14-
# Denote all files that are truly binary and should not be modified.
15-
*.ai binary
16-
*.caj binary
17-
*.doc binary
18-
*.docx binary
19-
*.pdf binary
20-
*.png binary
21-
*.fmt binary
3+
*.pdf binary
4+
*.png binary
5+
*.lvt linguist-language=tex

0 commit comments

Comments
 (0)