Skip to content

Commit 1f8023b

Browse files
committed
improve lf for windows graphhopper#1250
1 parent c734561 commit 1f8023b

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.gitattributes

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
# Set default behaviour, in case users don't have core.autocrlf set.
2-
* text=auto
2+
* text=lf
33

44
# Explicitly declare text files we want to always be normalized and converted
55
# to native line endings on checkout.
6-
*.css text
7-
*.html text
8-
*.java text
9-
*.js text
10-
*.sh text
11-
*.xml text
6+
*.sh text

core/src/main/java/com/graphhopper/util/details/DistanceDetails.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
package com.graphhopper.util.details;
1+
1package com.graphhopper.util.details;
22

3-
import com.graphhopper.routing.weighting.Weighting;
43
import com.graphhopper.util.EdgeIteratorState;
54

65
import static com.graphhopper.util.Parameters.DETAILS.DISTANCE;

0 commit comments

Comments
 (0)