mirror of
https://github.com/Ed94/format_style.git
synced 2024-12-21 22:44:45 -08:00
Updates to .clang-format.yaml
This commit is contained in:
parent
2140e4696f
commit
30ef0315ef
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user