Skip to content

Commit 40a4571

Browse files
committed
update clang format file
1 parent e853d9a commit 40a4571

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.clang-format

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ AlignTrailingComments: true
1111
AllowAllParametersOfDeclarationOnNextLine: true
1212
AllowShortBlocksOnASingleLine: false
1313
AllowShortCaseLabelsOnASingleLine: true
14-
AllowShortFunctionsOnASingleLine: InlineOnly
14+
AllowShortFunctionsOnASingleLine: false
1515
AllowShortIfStatementsOnASingleLine: true
1616
AllowShortLoopsOnASingleLine: false
1717
AlwaysBreakTemplateDeclarations: true
@@ -42,5 +42,6 @@ NamespaceIndentation: All
4242
PenaltyReturnTypeOnItsOwnLine: 1000
4343
PointerAlignment: Left
4444
SpaceAfterTemplateKeyword: false
45+
SpaceAfterCStyleCast: true
4546
Standard: Cpp11
4647
UseTab: Never

0 commit comments

Comments
 (0)