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 90263b1 commit 36daea7Copy full SHA for 36daea7
.gitattributes
@@ -0,0 +1,26 @@
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
5
+# and converted to native line endings on checkout
6
+*.java text diff=java
7
+*.xml text
8
+*.xsd text
9
+*.flux text
10
+*.g text
11
+*.properties text
12
+*.txt text
13
+*.js text
14
+*.fom text
15
16
+# Platform-specific scripts should always use
17
+# their native end-of-line markers:
18
+*.bat eol=crlf
19
+*.sh eol=lf
20
21
+# Denote all files that are truly binary and should not be modified:
22
+*.bz2 binary
23
+*.bzip2 binary
24
+*.gz binary
25
+*.gzip binary
26
+*.xz binary
0 commit comments