From 27136bbce882ae6f885eaf162e6ac64810f2baef Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Tue, 10 Sep 2019 22:17:08 -0700 Subject: [PATCH] update clang format file --- .clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 930c5eb3..02e5226f 100644 --- a/.clang-format +++ b/.clang-format @@ -11,7 +11,7 @@ AlignTrailingComments: true AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: false AllowShortCaseLabelsOnASingleLine: true -AllowShortFunctionsOnASingleLine: InlineOnly +AllowShortFunctionsOnASingleLine: false AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: false AlwaysBreakTemplateDeclarations: true @@ -42,5 +42,6 @@ NamespaceIndentation: All PenaltyReturnTypeOnItsOwnLine: 1000 PointerAlignment: Left SpaceAfterTemplateKeyword: false +SpaceAfterCStyleCast: true Standard: Cpp11 UseTab: Never