1 Star 0 Fork 0

ABCDRD/impala

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.clang-format 1003 Bytes
一键复制 编辑 原始数据 按行查看 历史
---
Language: Cpp
BasedOnStyle: Google
AlignAfterOpenBracket: DontAlign
AlignOperands: false
AlignTrailingComments: false
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakBeforeMultilineStrings: false
BreakBeforeBinaryOperators: NonAssignment
BreakBeforeTernaryOperators: false
ColumnLimit: 90
ConstructorInitializerIndentWidth: 2
DerivePointerAlignment: false
IncludeCategories:
- Priority: 3
Regex: '^<.*/' # Like <boost/lexical_cast.hpp>
- Priority: 1
Regex: '^<.*\.' # Like <fcntl.h>
- Priority: 2
Regex: '^<' # Like <vector>
- Priority: 4
Regex: '^"' # Like "util/auth-util.h"
SpacesBeforeTrailingComments: 1
Standard: Cpp11
---
Language: Java
BasedOnStyle: Chromium
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AlwaysBreakBeforeMultilineStrings: true
BreakBeforeTernaryOperators: false
ColumnLimit: 90
ContinuationIndentWidth: 4
IndentWidth: 2
IndentWrappedFunctionNames: true
SortIncludes: true
---
Language: Proto
BasedOnStyle: Google
ColumnLimit: 90
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ABCDRD/impala.git
git@gitee.com:ABCDRD/impala.git
ABCDRD
impala
impala
master

搜索帮助