From 76bb1f91a5e6941517e9e93261c70ed565dabc00 Mon Sep 17 00:00:00 2001 From: Antonio Cardace Date: Tue, 1 Sep 2020 17:21:26 +0200 Subject: [PATCH] clang-format: add clang-format proposed code-style file Signed-off-by: Antonio Cardace --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 63d1a4a6fe..714ce0ea4d 100644 --- a/.clang-format +++ b/.clang-format @@ -18,6 +18,7 @@ AllowAllArgumentsOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: Empty AllowShortCaseLabelsOnASingleLine: false +#AllowShortEnumsOnASingleLine: false AllowShortFunctionsOnASingleLine: Empty AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false @@ -30,7 +31,6 @@ BreakBeforeBraces: Custom BraceWrapping: AfterCaseLabel: true AfterControlStatement: Never - AfterEnum: false AfterFunction: true AfterStruct: false AfterUnion: false