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 9d7c3a7..5facbda 100644 --- a/.clang-format +++ b/.clang-format @@ -3,6 +3,7 @@ UseTab: Always IndentWidth: 4
TabWidth: 4
AllowShortBlocksOnASingleLine: Empty
+BreakBeforeBraces: Allman
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
ColumnLimit: 0
|