update clang-format to match original clang
only adjusts some comment spaces in ImageReader.cpp
This commit is contained in:
parent
9f470611e6
commit
a3086d3c22
4 changed files with 44 additions and 35 deletions
|
|
@ -2,12 +2,21 @@ Language: Cpp
|
|||
BasedOnStyle: Google
|
||||
IndentWidth: 2
|
||||
ColumnLimit: 80
|
||||
AllowShortFunctionsOnASingleLine: Empty
|
||||
AllowShortFunctionsOnASingleLine: All
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
BinPackArguments: true
|
||||
BinPackParameters: true
|
||||
BreakBeforeBraces: Attach
|
||||
DerivePointerAlignment: false
|
||||
PointerAlignment: Left
|
||||
PointerAlignment: Right
|
||||
SpacesBeforeTrailingComments: 1
|
||||
IndentCaseLabels: true
|
||||
SortIncludes: false
|
||||
AlignTrailingComments: true
|
||||
MaxEmptyLinesToKeep: 2
|
||||
SpaceAfterCStyleCast: false
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
KeepEmptyLinesAtTheStartOfBlocks: true
|
||||
AccessModifierOffset: -2
|
||||
IndentAccessModifiers: false
|
||||
Loading…
Reference in a new issue