clang-format: tweaks
This commit is contained in:
@ -15,7 +15,7 @@ AllowShortIfStatementsOnASingleLine: 'false'
|
|||||||
AllowShortLambdasOnASingleLine: 'All'
|
AllowShortLambdasOnASingleLine: 'All'
|
||||||
AlwaysBreakAfterReturnType: 'TopLevelDefinitions'
|
AlwaysBreakAfterReturnType: 'TopLevelDefinitions'
|
||||||
BraceWrapping:
|
BraceWrapping:
|
||||||
BeforeLambdaBody: 'false'
|
BeforeLambdaBody: 'false'
|
||||||
BinPackArguments: 'false'
|
BinPackArguments: 'false'
|
||||||
BinPackParameters: 'false'
|
BinPackParameters: 'false'
|
||||||
BreakBeforeBraces: 'WebKit'
|
BreakBeforeBraces: 'WebKit'
|
||||||
@ -23,6 +23,7 @@ ColumnLimit: '100'
|
|||||||
Cpp11BracedListStyle: 'true'
|
Cpp11BracedListStyle: 'true'
|
||||||
DerivePointerAlignment: 'false'
|
DerivePointerAlignment: 'false'
|
||||||
IndentCaseLabels: 'false'
|
IndentCaseLabels: 'false'
|
||||||
|
IndentGotoLabels: 'false'
|
||||||
IndentWidth: '8'
|
IndentWidth: '8'
|
||||||
IndentAccessModifiers: 'false'
|
IndentAccessModifiers: 'false'
|
||||||
KeepEmptyLinesAtTheStartOfBlocks: 'false'
|
KeepEmptyLinesAtTheStartOfBlocks: 'false'
|
||||||
|
|||||||
Reference in New Issue
Block a user