Adjust the style to be in alignment with what the rest of code is
This commit is contained in:
Родитель
04adef5011
Коммит
769dc1d92b
|
@ -9,7 +9,7 @@ AlignTrailingComments: true
|
|||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
AllowShortCaseLabelsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
AllowShortFunctionsOnASingleLine: None
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
AlwaysBreakAfterDefinitionReturnType: None
|
||||
|
@ -22,7 +22,7 @@ BreakBeforeBraces: Allman
|
|||
BreakBeforeTernaryOperators: true
|
||||
BreakConstructorInitializers: AfterColon
|
||||
#BreakInheritanceList: AfterColon
|
||||
ColumnLimit: 256
|
||||
ColumnLimit: 0
|
||||
CommentPragmas: '^ IWYU pragma:'
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
ConstructorInitializerIndentWidth: 4
|
||||
|
@ -63,3 +63,4 @@ SpacesInSquareBrackets: false
|
|||
Standard: Auto
|
||||
TabWidth: 2
|
||||
UseTab: Never
|
||||
FixNamespaceComments: false
|
||||
|
|
Загрузка…
Ссылка в новой задаче