mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-08 05:30:06 +00:00
112 lines
3.2 KiB
Plaintext
112 lines
3.2 KiB
Plaintext
|
---
|
||
|
AccessModifierOffset : -2
|
||
|
AlignAfterOpenBracket : Align
|
||
|
AlignArrayOfStructures : None
|
||
|
AlignConsecutiveAssignments : Consecutive
|
||
|
AlignConsecutiveBitFields : Consecutive
|
||
|
AlignConsecutiveDeclarations : Consecutive
|
||
|
AlignConsecutiveMacros : Consecutive
|
||
|
AlignEscapedNewlines : Left
|
||
|
AlignOperands : AlignAfterOperator
|
||
|
AlignTrailingComments : true
|
||
|
AllowAllArgumentsOnNextLine : true
|
||
|
AllowAllParametersOfDeclarationOnNextLine : true
|
||
|
AllowShortBlocksOnASingleLine : Empty
|
||
|
AllowShortCaseLabelsOnASingleLine : true
|
||
|
AllowShortEnumsOnASingleLine : true
|
||
|
AllowShortFunctionsOnASingleLine : Empty
|
||
|
AllowShortIfStatementsOnASingleLine : Never
|
||
|
AllowShortLambdasOnASingleLine : All
|
||
|
AllowShortLoopsOnASingleLine : false
|
||
|
AlwaysBreakAfterReturnType : None
|
||
|
AlwaysBreakBeforeMultilineStrings : true
|
||
|
AlwaysBreakTemplateDeclarations : Yes
|
||
|
BinPackArguments : false
|
||
|
BinPackParameters : false
|
||
|
BitFieldColonSpacing : Both
|
||
|
BraceWrapping :
|
||
|
AfterCaseLabel : true
|
||
|
AfterClass : true
|
||
|
AfterControlStatement : Always
|
||
|
AfterEnum : true
|
||
|
AfterFunction : true
|
||
|
AfterNamespace : true
|
||
|
AfterStruct : true
|
||
|
AfterUnion : true
|
||
|
AfterExternBlock : true
|
||
|
BeforeCatch : true
|
||
|
BeforeElse : true
|
||
|
BeforeLambdaBody : true
|
||
|
BeforeWhile : false
|
||
|
IndentBraces : false
|
||
|
SplitEmptyFunction : true
|
||
|
SplitEmptyRecord : true
|
||
|
SplitEmptyNamespace : true
|
||
|
BreakBeforeBinaryOperators : None
|
||
|
BreakBeforeBraces : Custom
|
||
|
BreakBeforeTernaryOperators : true
|
||
|
BreakConstructorInitializers : BeforeComma
|
||
|
BreakInheritanceList : BeforeComma
|
||
|
BreakStringLiterals : false
|
||
|
ColumnLimit : 160
|
||
|
CompactNamespaces : false
|
||
|
ConstructorInitializerIndentWidth : 2
|
||
|
ContinuationIndentWidth : 2
|
||
|
Cpp11BracedListStyle : false
|
||
|
EmptyLineAfterAccessModifier : Never
|
||
|
EmptyLineBeforeAccessModifier : LogicalBlock
|
||
|
FixNamespaceComments : true
|
||
|
IncludeBlocks : Regroup
|
||
|
IndentAccessModifiers : false
|
||
|
IndentCaseBlocks : true
|
||
|
IndentCaseLabels : true
|
||
|
IndentExternBlock : true
|
||
|
IndentPPDirectives : AfterHash
|
||
|
IndentRequiresClause : false
|
||
|
IndentWidth : 2
|
||
|
IndentWrappedFunctionNames : true
|
||
|
InsertBraces : false
|
||
|
KeepEmptyLinesAtTheStartOfBlocks : false
|
||
|
LambdaBodyIndentation : Signature
|
||
|
MaxEmptyLinesToKeep : 1
|
||
|
NamespaceIndentation : All
|
||
|
PackConstructorInitializers : NextLine
|
||
|
PPIndentWidth : -1
|
||
|
PointerAlignment : Middle
|
||
|
ReferenceAlignment : Pointer
|
||
|
ReflowComments : true
|
||
|
RemoveBracesLLVM : false
|
||
|
RequiresClausePosition : OwnLine
|
||
|
SeparateDefinitionBlocks : Always
|
||
|
ShortNamespaceLines : 0
|
||
|
SortIncludes : true
|
||
|
SortUsingDeclarations : true
|
||
|
SpaceAfterCStyleCast : false
|
||
|
SpaceAfterLogicalNot : false
|
||
|
SpaceAfterTemplateKeyword : true
|
||
|
SpaceAroundPointerQualifiers : Both
|
||
|
SpaceBeforeAssignmentOperators : true
|
||
|
SpaceBeforeCaseColon : false
|
||
|
SpaceBeforeCpp11BracedList : false
|
||
|
SpaceBeforeCtorInitializerColon : true
|
||
|
SpaceBeforeInheritanceColon : true
|
||
|
SpaceBeforeParens : ControlStatements
|
||
|
SpaceBeforeRangeBasedForLoopColon : true
|
||
|
SpaceBeforeSquareBrackets : false
|
||
|
SpaceInEmptyBlock : false
|
||
|
SpaceInEmptyParentheses : false
|
||
|
SpacesBeforeTrailingComments : 2
|
||
|
SpacesInAngles : false
|
||
|
SpacesInCStyleCastParentheses : false
|
||
|
SpacesInConditionalStatement : true
|
||
|
SpacesInContainerLiterals : false
|
||
|
SpacesInLineCommentPrefix :
|
||
|
Minimum : 1
|
||
|
Maximum : -1
|
||
|
SpacesInParentheses : true
|
||
|
SpacesInSquareBrackets : false
|
||
|
Standard : Latest
|
||
|
UseCRLF : true
|
||
|
UseTab : Never
|
||
|
...
|