Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7787ef2 + a0e9f9f commit 9c8a9eaCopy full SHA for 9c8a9ea
.gitattributes
@@ -0,0 +1,14 @@
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
+*.c text
7
+*.h text
8
9
+# Declare files that will always have CRLF line endings on checkout.
10
+*.sln text eol=crlf
11
12
+# Denote all files that are truly binary and should not be modified.
13
+*.png binary
14
+*.jpg binary
0 commit comments