diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index b380384..a795a13 100644 --- a/.clang-format +++ b/.clang-format @@ -4,7 +4,8 @@ IndentWidth: 4 TabWidth: 4 BreakBeforeBraces: Allman AllowShortIfStatementsOnASingleLine: false -AllowShortFunctionsOnASingleLine: None +AllowShortFunctionsOnASingleLine: Empty IndentCaseLabels: false ColumnLimit: 90 AccessModifierOffset: -4 +AlwaysBreakTemplateDeclarations: Yes |