forked from Project-OSRM/osrm-backend
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release OSRM 5.17.3 Changes from 5.17.2: - Bugfixes: - FIXED: Increased probability of returning alternatives and quality of the ones returned for MLD. [Project-OSRM#5048](Project-OSRM#5048)
- Loading branch information
Showing
240 changed files
with
10,333 additions
and
5,315 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# EditorConfig is awesome: http://EditorConfig.org | ||
# | ||
# NOTE: Keep settings in sync with the master .clang-format file | ||
# | ||
# top-most EditorConfig file | ||
root = true | ||
|
||
# CMake configuration files | ||
[{CMakeLists.txt,CMakeSettings.json,*.cmake}] | ||
indent_size = 2 | ||
indent_style = space | ||
trim_trailing_whitespace = true | ||
|
||
# CI configuration files | ||
[{.travis.yml,appveyor.yml}] | ||
indent_size = 2 | ||
indent_style = space | ||
trim_trailing_whitespace = true | ||
|
||
# Unix shell scripts | ||
[*.sh] | ||
end_of_line = lf | ||
indent_style = space | ||
trim_trailing_whitespace = true | ||
|
||
# Windows shell scripts | ||
[*.bat] | ||
end_of_line = crlf | ||
indent_style = space | ||
trim_trailing_whitespace = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.