mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 13:47:58 +03:00
Updated clang-format
This commit is contained in:
parent
5333c7ff4a
commit
37d8938e91
1 changed files with 3 additions and 3 deletions
|
@ -14,8 +14,8 @@ AlignConsecutiveMacros:
|
||||||
AcrossComments: false
|
AcrossComments: false
|
||||||
AlignEscapedNewlines: Left
|
AlignEscapedNewlines: Left
|
||||||
AlignOperands: AlignAfterOperator
|
AlignOperands: AlignAfterOperator
|
||||||
AllowAllArgumentsOnNextLine: false
|
AllowAllArgumentsOnNextLine: true
|
||||||
AllowAllParametersOfDeclarationOnNextLine: false
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||||||
AllowShortBlocksOnASingleLine: Empty
|
AllowShortBlocksOnASingleLine: Empty
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
AllowShortCaseLabelsOnASingleLine: false
|
||||||
AllowShortEnumsOnASingleLine: false
|
AllowShortEnumsOnASingleLine: false
|
||||||
|
@ -70,7 +70,7 @@ LambdaBodyIndentation: Signature
|
||||||
LineEnding: LF
|
LineEnding: LF
|
||||||
MaxEmptyLinesToKeep: 1
|
MaxEmptyLinesToKeep: 1
|
||||||
NamespaceIndentation: All
|
NamespaceIndentation: All
|
||||||
PackConstructorInitializers: NextLine
|
PackConstructorInitializers: Never
|
||||||
PointerAlignment: Right
|
PointerAlignment: Right
|
||||||
QualifierAlignment: Left
|
QualifierAlignment: Left
|
||||||
ReferenceAlignment: Left
|
ReferenceAlignment: Left
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue