From fa5137c11d2d4accd9bfc68b3498e7e16829c3ab Mon Sep 17 00:00:00 2001 From: MarcoFalke Date: Sat, 28 Jan 2017 16:58:29 +0100 Subject: [doc] Remove unused clang format dev script Also, update the clang format file to reflect the current coding style mentioned in the developer notes. --- src/.clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/.clang-format b/src/.clang-format index 129f062ef8..fc53509138 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -6,7 +6,7 @@ AlignTrailingComments: true AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: All -AllowShortIfStatementsOnASingleLine: false +AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: false AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: true -- cgit v1.2.3