We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2709b3 commit 4782588Copy full SHA for 4782588
.gitattributes
@@ -0,0 +1,15 @@
1
+# Set default behaviour, in case users don't have core.autocrlf set.
2
+* text=auto
3
+
4
+# Explicitly declare text files we want to always be normalized and converted
5
+# to native line endings on checkout.
6
+*.java text
7
+*.groovy text
8
+*.scala text
9
+*.clj text
10
+*.txt text
11
+*.md text
12
13
+# Denote all files that are truly binary and should not be modified.
14
+*.png binary
15
+*.jpg binary
0 commit comments