Updates to .clang-format.yaml

This commit is contained in:
Edward R. Gonzalez 2023-07-26 14:22:21 -04:00
parent 2140e4696f
commit 30ef0315ef

View File

@ -12,8 +12,11 @@ AlignConsecutiveAssignments:
PadOperators: true PadOperators: true
AlignConsecutiveBitFields: AcrossComments AlignConsecutiveBitFields: AcrossComments
AlignConsecutiveDeclarations: AcrossComments AlignConsecutiveDeclarations: AcrossComments
AlignConsecutiveMacros: AcrossComments AlignConsecutiveMacros:
AlignEscapedNewlines: Right Enabled: true
AcrossEmptyLines: true
AcrossComments: false
AlignEscapedNewlines: Left
AlignOperands: DontAlign AlignOperands: DontAlign
AlignTrailingComments: true AlignTrailingComments: true
@ -90,10 +93,10 @@ FixNamespaceComments: true
IncludeBlocks: Preserve IncludeBlocks: Preserve
IndentCaseBlocks: true IndentCaseBlocks: false
IndentCaseLabels: true IndentCaseLabels: false
IndentExternBlock: AfterExternBlock IndentExternBlock: AfterExternBlock
IndentGotoLabels: true IndentGotoLabels: false
IndentPPDirectives: AfterHash IndentPPDirectives: AfterHash
IndentRequires: true IndentRequires: true
IndentWidth: 4 IndentWidth: 4