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 c734561 commit 1f8023bCopy full SHA for 1f8023b
.gitattributes
@@ -1,11 +1,6 @@
1
# Set default behaviour, in case users don't have core.autocrlf set.
2
-* text=auto
+* text=lf
3
4
# Explicitly declare text files we want to always be normalized and converted
5
# to native line endings on checkout.
6
-*.css text
7
-*.html text
8
-*.java text
9
-*.js text
10
-*.sh text
11
-*.xml text
+*.sh text
core/src/main/java/com/graphhopper/util/details/DistanceDetails.java
@@ -1,6 +1,5 @@
-package com.graphhopper.util.details;
+1package com.graphhopper.util.details;
-import com.graphhopper.routing.weighting.Weighting;
import com.graphhopper.util.EdgeIteratorState;
import static com.graphhopper.util.Parameters.DETAILS.DISTANCE;
0 commit comments