17 Star 115 Fork 71

lilong / QCustomUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.clang-format 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
lilong 提交于 2022-02-24 14:36 . update code format
# Format Style Options - Created with Clang Power Tools
---
AccessModifierOffset: -4
AlignConsecutiveAssignments: Consecutive
AlignConsecutiveBitFields: Consecutive
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: false
AllowShortLambdasOnASingleLine: All
AllowShortEnumsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
BasedOnStyle: Mozilla
BreakBeforeBraces: Allman
BreakBeforeInheritanceComma: true
BreakInheritanceList: BeforeComma
BreakConstructorInitializers: BeforeComma
ColumnLimit: 140
CompactNamespaces: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth : 4
ContinuationIndentWidth: 4
ExperimentalAutoDetectBinPacking: true
FixNamespaceComments: true
IndentCaseBlocks: true
IndentCaseLabels: false
IndentRequires: false
IndentWidth: 4
MaxEmptyLinesToKeep: 1
PointerAlignment: Left
ReflowComments: true
SortIncludes: true
SortUsingDeclarations: true
SpaceBeforeCpp11BracedList: true
Standard: Latest
StatementAttributeLikeMacros:
- Q_UNUSED
- QT_REQUIRE_VERSION
StatementMacros:
- Q_UNUSED
- QT_REQUIRE_VERSION
UseTab: Never
...
C++
1
https://gitee.com/llongww/QCustomUI.git
git@gitee.com:llongww/QCustomUI.git
llongww
QCustomUI
QCustomUI
master

搜索帮助