summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Cardace <acardace@redhat.com>2020-09-01 17:21:26 +0200
committerAntonio Cardace <acardace@redhat.com>2020-09-28 15:08:41 +0200
commit76bb1f91a5e6941517e9e93261c70ed565dabc00 (patch)
tree31217f245c1a33008bdad51702dd4d3b1f94bb0c
parent40e4c0d60ef7d6a71fbd01b9ddf9ca8e556d23e3 (diff)
downloadNetworkManager-76bb1f91a5e6941517e9e93261c70ed565dabc00.tar.gz
clang-format: add clang-format proposed code-style file
Signed-off-by: Antonio Cardace <acardace@redhat.com>
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
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