We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2aaf6 commit 497e96aCopy full SHA for 497e96a
.gitattributes
@@ -0,0 +1,16 @@
1
+# Set the default behavior, in case people don't have core.autocrlf set.
2
+* text=auto
3
+
4
+# Explicitly declare text files you want to always be normalized and converted
5
+# to native line endings on checkout.
6
+*.ts text
7
+*.js text
8
+*.json text
9
10
+# Declare files that will always have CRLF line endings on checkout.
11
+# *.sln text eol=crlf
12
13
+# Denote all files that are truly binary and should not be modified.
14
+*.png binary
15
+*.jpg binary
16
+*.gif binary
0 commit comments