1 Star 0 Fork 0

python191/graphhopper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 562 Bytes
一键复制 编辑 原始数据 按行查看 历史
otbutz 提交于 2023-10-26 11:16 . Fix indentation (#2896)
root = true
# https://github.com/graphhopper/graphhopper/blob/master/CONTRIBUTING.md#code-formatting
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 100
tab_width = 4
[*.java]
ij_continuation_indent_size = 8
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
ij_formatter_tags_enabled = true
ij_smart_tabs = false
ij_visual_guides = none
ij_wrap_on_typing = false
[*.json]
indent_size = 2
indent_style = space
[*.{yml,yaml}]
indent_size = 2
indent_style = space
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/sgit2020/graphhopper.git
git@gitee.com:sgit2020/graphhopper.git
sgit2020
graphhopper
graphhopper
master

搜索帮助