aboutsummaryrefslogtreecommitdiff
path: root/contrib/conf
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-16 12:47:33 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-04-16 12:47:33 +0200
commitb929e294b336d2627919f423d3cafd938ed75d8c (patch)
tree0d3aaaad7020b8c64218747f5bd1edf9c23d6b29 /contrib/conf
parentc60e83d3939da9f4e368c13ba3d2ea950b6c28d1 (diff)
downloadgnunet-b929e294b336d2627919f423d3cafd938ed75d8c.tar.gz
gnunet-b929e294b336d2627919f423d3cafd938ed75d8c.zip
update clang-format
Diffstat (limited to 'contrib/conf')
-rw-r--r--contrib/conf/editors/clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/conf/editors/clang-format b/contrib/conf/editors/clang-format
index ff9333612..d4e90ad90 100644
--- a/contrib/conf/editors/clang-format
+++ b/contrib/conf/editors/clang-format
@@ -9,7 +9,7 @@ AlignEscapedNewlines: Left
9AlignOperands: true 9AlignOperands: true
10AlignTrailingComments: false 10AlignTrailingComments: false
11AllowAllArgumentsOnNextLine: false 11AllowAllArgumentsOnNextLine: false
12AllowAllParametersOfDeclarationOnNextLine: true 12AllowAllParametersOfDeclarationOnNextLine: false
13AllowShortBlocksOnASingleLine: false 13AllowShortBlocksOnASingleLine: false
14AllowShortCaseLabelsOnASingleLine: false 14AllowShortCaseLabelsOnASingleLine: false
15AllowShortFunctionsOnASingleLine: All 15AllowShortFunctionsOnASingleLine: All