1 Star 0 Fork 1

aosp-riscv/platform-packages-services-Car

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.clang-format 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
unicornx 提交于 2021-12-02 11:36 . android-12.0.0_r3
---
Language: Java
DisableFormat: true
SortIncludes: false
---
Language: Cpp
BasedOnStyle: Google
AlignOperands: false
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakBeforeMultilineStrings: false
CommentPragmas: NOLINT:.*
ColumnLimit: 100
AccessModifierOffset: -4
IndentWidth: 4
TabWidth: 4
ContinuationIndentWidth: 8
ConstructorInitializerIndentWidth: 6
SpacesBeforeTrailingComments: 2
DerivePointerAlignment: false
PointerAlignment: Left
UseTab: Never
BreakInheritanceList: AfterColon
BreakConstructorInitializers: AfterColon
PenaltyBreakBeforeFirstCallParameter: 100000
IncludeBlocks: Regroup
IncludeCategories:
- Regex: '^<[[:alnum:]_]+\.h>'
Priority: 3
- Regex: '^<sys/(auxv|cachectl|capability|cdefs|endian|epoll|errno|eventfd|fcntl|file|fsuid|ifunc|inotify|ioctl|ipc|klog|limits|mman|mount|msg|mtio|param|personality|poll|prctl|procfs|ptrace|queue|quota|random|reboot|reg|resource|select|sem|sendfile|shm|signalfd|signal|socket|statfs|stat|statvfs|swap|syscall|sysconf|sysinfo|syslog|sysmacros|_system_properties|system_properties|thread_properties|time|timerfd|times|timex|ttydefaults|types|ucontext|uio|un|unistd|user|utsname|vfs|vt|wait|xattr)\.h>'
Priority: 3
- Regex: '^<[[:alnum:]_]+>'
Priority: 4
- Regex: '^<.*/[[:alnum:]_]+\.h>$|^<[[:alnum:]_]+\.sysprop\.h>$'
Priority: 2
- Regex: '^".*'
Priority: 1
---
Language: Proto
BasedOnStyle: Google
ColumnLimit: 100
---
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/aosp-riscv/platform-packages-services-Car.git
[email protected]:aosp-riscv/platform-packages-services-Car.git
aosp-riscv
platform-packages-services-Car
platform-packages-services-Car
riscv64-android-12.0.0_dev

搜索帮助