We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d86d5a commit b466105Copy full SHA for b466105
.gitattributes
@@ -0,0 +1,11 @@
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
+*.cpp text
7
+*.h text
8
9
+# Denote all files that are truly binary and should not be modified.
10
+*.png binary
11
+*.jpg binary
0 commit comments