[FIX] Fix Clang format
This commit is contained in:
@@ -12,10 +12,10 @@ Standard: c++17
|
|||||||
AccessModifierOffset: -4
|
AccessModifierOffset: -4
|
||||||
# Force pointers to the type for C++.
|
# Force pointers to the type for C++.
|
||||||
DerivePointerAlignment: false
|
DerivePointerAlignment: false
|
||||||
PointerAlignment: Left
|
PointerAlignment: Right
|
||||||
# Use 100 columns
|
# Use 100 columns
|
||||||
ColumnLimit: 120
|
ColumnLimit: 120
|
||||||
AlignConsecutiveStyle: Consecutive
|
AlignConsecutiveAssignments: Consecutive
|
||||||
AllowAllParametersOfDeclarationOnNextLine: true
|
AllowAllParametersOfDeclarationOnNextLine: true
|
||||||
AllowShortBlocksOnASingleLine: Never
|
AllowShortBlocksOnASingleLine: Never
|
||||||
AlwaysBreakAfterReturnType: None
|
AlwaysBreakAfterReturnType: None
|
||||||
@@ -30,4 +30,6 @@ IndentAccessModifiers: false
|
|||||||
ReferenceAlignment: Right
|
ReferenceAlignment: Right
|
||||||
BreakConstructorInitializers: AfterColon
|
BreakConstructorInitializers: AfterColon
|
||||||
AlignArrayOfStructures: Right
|
AlignArrayOfStructures: Right
|
||||||
|
PackConstructorInitializers: CurrentLine
|
||||||
|
AlignConsecutiveMacros: true
|
||||||
...
|
...
|
||||||
|
|||||||
Reference in New Issue
Block a user