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 4029970 commit 233f3c1Copy full SHA for 233f3c1
.gitattributes
@@ -1,17 +1,13 @@
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
+# Explicitly declare text files we want to always be normalized:
+*.java eol=lf diff=java
+*.xml eol=lf
+*.xsd eol=lf
+*.flux eol=lf
+*.g eol=lf
+*.properties eol=lf
+*.txt eol=lf
+*.js eol=lf
+*.fom eol=lf
15
16
# Platform-specific scripts should always use
17
# their native end-of-line markers:
0 commit comments