diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2024-12-29 18:14:36 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2024-12-29 18:14:36 +0000 |
| commit | b5b274ddb433150ca810d194ad051dea64bd5498 (patch) | |
| tree | e2f327ec1723e821b84ff3ea56bed3a8c064a796 /.clang-format | |
| parent | a9ec184faa42b97a13a1df49e091fa4de0881b33 (diff) | |
Fix prototypes
Diffstat (limited to '.clang-format')
| -rw-r--r-- | .clang-format | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index d936fc3..0cb300a 100644 --- a/.clang-format +++ b/.clang-format @@ -53,8 +53,7 @@ AllowShortFunctionsOnASingleLine: All AllowShortIfStatementsOnASingleLine: Never AllowShortLambdasOnASingleLine: All AllowShortLoopsOnASingleLine: false -AlwaysBreakAfterDefinitionReturnType: None -AlwaysBreakAfterReturnType: All +AlwaysBreakAfterReturnType: AllDefinitions AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: MultiLine AttributeMacros: |
