/srv/osrm/osrm-backend
NameSizeModeActions
.git/-0755rm
.github/-0755rm
cmake/-0755rm
data/-0755rm
docker/-0755rm
docs/-0755rm
example/-0755rm
features/-0755rm
fuzz/-0755rm
include/-0755rm
lib/-0755rm
profiles/-0755rm
scripts/-0755rm
src/-0755rm
test/-0755rm
third_party/-0755rm
unit_tests/-0755rm
.babelrc1330644editdlrm
.clang-format26190644editdlrm
.clang-tidy30230644editdlrm
.cncc.style6850644editdlrm
.dockerignore110644editdlrm
.editorconfig6330644editdlrm
.eslintignore700644editdlrm
.eslintrc4380644editdlrm
.gitattributes5580644editdlrm
.gitignore15020644editdlrm
.gitmodules00644editdlrm
.npmignore2140644editdlrm
appveyor.yml3450644editdlrm
build-local.bat7810644editdlrm
CHANGELOG.md742860644editdlrm
CMakeLists.txt309240644editdlrm
CODE-OF-CONDUCT.md5030644editdlrm
codecov.yml560644editdlrm
CONTRIBUTING.md38100644editdlrm
cucumber.js6240644editdlrm
Doxyfile.in13170644editdlrm
LICENSE.TXT12970644editdlrm
package-lock.json12744160644editdlrm
package.json29100644editdlrm
README.md84750644editdlrm
taginfo.json161960644editdlrm
Edit: /srv/osrm/osrm-backend/.gitattributes (558B)
# Set the default behavior, in case people don't have core.autocrlf set. * text=auto # Explicitly declare text files you want to always be normalized and converted # to native line endings on checkout. *.cpp text *.hpp text # Declare files that will always have CRLF line endings on checkout. *.bat text eol=crlf *.cmd text eol=crlf *.ps1 text eol=crlf # Declare files that will always have LF line endings on checkout. *.sh text eol=lf # https://eslint.org/docs/latest/rules/linebreak-style#using-this-rule-with-version-control-systems *.js text eol=lf