15 Star 51 Fork 23

智路理事会 / airos-vehicle

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.clang-format 944 Bytes
一键复制 编辑 原始数据 按行查看 历史
qiumiaohan 提交于 2023-05-16 10:47 . AIROS Vehicle
---
BasedOnStyle: Google
---
Language: Cpp
Cpp11BracedListStyle: true
Standard: c++11
CommentPragmas: '^ NOLINT'
# Mimic cpplint style
IncludeCategories:
# Note that the "main" header is priority 0
# The priority is assigned to first match in the ordered list
# Miscelaneous system libraries
- Regex: '<(immintrin.h|malloc.h|wait.h|x86intrin.h|cuda.*)>'
Priority: 3
# C standard libraries
- Regex: '<(arpa/|netinet/|net/if|sys/)?[^\./]*\.h>'
Priority: 1
# C++ standard libraries
- Regex: '<[^/\./]*>'
Priority: 2
# Experimental or other system libraries
- Regex: '<'
Priority: 3
# Test libs
- Regex: '"(gtest|gmock)/'
Priority: 4
# Protobuf Files
- Regex: '\.pb\.h'
Priority: 6
# The rest
- Regex: '.*'
Priority: 5
---
C++
1
https://gitee.com/ZhiluCommunity/airos-vehicle.git
git@gitee.com:ZhiluCommunity/airos-vehicle.git
ZhiluCommunity
airos-vehicle
airos-vehicle
master

搜索帮助