We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb41fb commit 534306aCopy full SHA for 534306a
.gitattributes
@@ -0,0 +1,18 @@
1
+# Define the line ending behavior of the different file extensions
2
+# Set default behaviour, in case users don't have core.autocrlf set.
3
+* text=auto
4
+* text eol=lf
5
+
6
+# Explicitly declare text files we want to always be normalized and converted
7
+# to native line endings on checkout.
8
+*.php text
9
+*.ctp text
10
+*.md text
11
+*.js text
12
+*.css text
13
14
+# Denote all files that are truly binary and should not be modified.
15
+*.png binary
16
+*.jpg binary
17
+*.gif binary
18
+*.ico binary
0 commit comments