Skip to content

Commit df64cbc

Browse files
committed
hooks: Update to clang-format options
Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
1 parent dd74596 commit df64cbc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.clang-format

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
2121
AllowShortBlocksOnASingleLine: false
2222
AllowShortCaseLabelsOnASingleLine: false
2323
AllowShortLambdasOnASingleLine: Inline
24-
AllowShortFunctionsOnASingleLine: InlineOnly
24+
AllowShortFunctionsOnASingleLine: None
2525
AllowShortIfStatementsOnASingleLine: false
2626
AllowShortLoopsOnASingleLine: false
2727
AlwaysBreakAfterDefinitionReturnType: None
@@ -46,7 +46,7 @@ BreakAfterJavaFieldAnnotations: false
4646
BreakStringLiterals: false
4747
CommentPragmas: '^ IWYU pragma:'
4848
CompactNamespaces: false
49-
ConstructorInitializerAllOnOneLineOrOnePerLine: false
49+
PackConstructorInitializers: NextLineOnly
5050
Cpp11BracedListStyle: false
5151
DerivePointerAlignment: false
5252
DisableFormat: false

0 commit comments

Comments
 (0)