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 ad32e44 commit c820c38Copy full SHA for c820c38
.gitattributes
@@ -1,14 +1,16 @@
1
+* text=auto
2
+
3
# Explicitly declare text files we want to always be normalized:
-*.java eol=lf diff=java
-*.xml eol=lf
4
-*.xsd eol=lf
5
-*.flux eol=lf
6
-*.g eol=lf
7
-*.properties eol=lf
8
-*.pica eol=lf
9
-*.txt eol=lf
10
-*.js eol=lf
11
-*.fom eol=lf
+*.java text diff=java
+*.xml text
+*.xsd text
+*.flux text
+*.g text
+*.properties text
+*.pica text
+*.txt text
12
+*.js text
13
+*.fom text
14
15
# Platform-specific scripts should always use
16
# their native end-of-line markers:
0 commit comments