4 Star 3 Fork 1

Gitee 极速下载/luatinkerE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/yanwei1983/luatinkerE
克隆/下载
.clang-format 1.67 KB
一键复制 编辑 原始数据 按行查看 历史
yanwei1983 提交于 2020-06-11 21:44 . clangformat
---
BasedOnStyle: Microsoft
AccessModifierOffset: '-4'
AlignAfterOpenBracket: 'Align'
AlignConsecutiveMacros: true
AlignConsecutiveAssignments: true
AlignConsecutiveDeclarations: true
AlignEscapedNewlines: Left
AlignOperands: true
AlignTrailingComments: true
AllowAllArgumentsOnNextLine: false
AllowAllConstructorInitializersOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: false
#AllowShortBlocksOnASingleLine: 'Empty'
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: 'Inline'
AllowShortIfStatementsOnASingleLine: 'Never'
AllowShortLambdasOnASingleLine: 'Inline'
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterReturnType: 'None'
AlwaysBreakBeforeMultilineStrings: false
AlwaysBreakTemplateDeclarations: 'Yes'
BinPackArguments: false
BinPackParameters: false
BreakBeforeBraces: Allman
BreakConstructorInitializers: BeforeComma
#ColumnLimit: '1'
IncludeBlocks: Regroup
IncludeCategories:
- Regex: "^<.*[.]h"
Priority: 2
- Regex: "^<.*"
Priority: 1
- Regex: "^\".*[.]h"
Priority: 3
- Regex: "^\".*"
Priority: 4
IndentCaseLabels: true
#IndentCaseBlocks: true
#Language: Cpp
NamespaceIndentation: All
PointerAlignment: Left
SortIncludes: true
SpaceAfterCStyleCast: false
SpaceAfterLogicalNot: false
SpaceAfterTemplateKeyword: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeCtorInitializerColon: false
SpaceBeforeInheritanceColon: true
SpaceBeforeParens: Never
SpaceBeforeRangeBasedForLoopColon: false
SpaceInEmptyParentheses: false
SpacesInAngles: false
SpacesInCStyleCastParentheses: false
SpacesInContainerLiterals: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Auto
TabWidth: '4'
UseTab: 'Never'
...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/mirrors/luatinkerE.git
git@gitee.com:mirrors/luatinkerE.git
mirrors
luatinkerE
luatinkerE
cxx20

搜索帮助