diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index f304ad3..8424e95 100644 --- a/.clang-format +++ b/.clang-format @@ -4,6 +4,7 @@ IndentCaseLabels: false AlignConsecutiveMacros: true AllowShortIfStatementsOnASingleLine: false +AllowShortFunctionsOnASingleLine: Empty ContinuationIndentWidth: 8 IndentWidth: 8 |