1 Star 0 Fork 1

刘朋/rrt

forked from dadatuYHD/rrt 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.editorconfig 887 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jay Kamat 提交于 2015-11-10 19:28 . Add editorconfig and fix style
# RoboCup base editorconfig
# Editorconfig files are recursive, so if you want to add specifc rules for
# your subdirectory, make a file like this in that directory.
# Lots of configuration is supported, like max line length, and charset.
# for more information look at http://editorconfig.org/. There are
# plugins available for almost every text editor!
# For an easy install of the sublime editorconfig package, go to:
# PackageControl -> Install Package -> EditorConfig
root = false
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
# Use 4 spaces for most files
indent_style = space
indent_size = 4
# Use 2 spaces for travis files
[{package.json,*.yml}]
indent_style = space
indent_size = 2
# Makefiles are required to use tabs
[{makefile, Makefile}]
indent_style = tab
indent_size = 4
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/benzg500/rrt.git
[email protected]:benzg500/rrt.git
benzg500
rrt
rrt
master

搜索帮助