Skip to content

Commit

Permalink
Disallow function bodies on same line as arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten authored Feb 9, 2024
1 parent 6524530 commit 11957f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ AlignEscapedNewlines: Left
AllowShortBlocksOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: true
AllowShortEnumsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: true
Expand Down Expand Up @@ -86,4 +86,4 @@ ReferenceAlignment: Left
RemoveParentheses: MultipleParentheses
SeparateDefinitionBlocks: Always
SpaceAfterTemplateKeyword: true
SpaceBeforeParens: ControlStatements
SpaceBeforeParens: ControlStatements

0 comments on commit 11957f7

Please sign in to comment.