aboutsummaryrefslogtreecommitdiff
path: root/contrib/conf/editors/clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/conf/editors/clang-format')
-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