We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.gitattributes
1 parent a9bf62e commit a1e548cCopy full SHA for a1e548c
.gitattributes
@@ -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.
+* text eol=lf
11
*.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
+*.pdf binary
+*.png binary
+*.lvt linguist-language=tex
0 commit comments