aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-format
diff options
context:
space:
mode:
authorJon Atack <jon@atack.com>2020-07-06 03:52:37 +0200
committerJon Atack <jon@atack.com>2020-07-06 03:52:37 +0200
commitb9253c7d2089d3d159dcc10118ce5a219d9a6881 (patch)
tree74c9400bfdc9026d12a395d186933ab6409271e1 /src/.clang-format
parentf4301e9107924c101d7738de4123b8a5c888bad5 (diff)
downloadbitcoin-b9253c7d2089d3d159dcc10118ce5a219d9a6881.tar.xz
tools: clang-format 6 compatibility
Diffstat (limited to 'src/.clang-format')
-rw-r--r--src/.clang-format1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/.clang-format b/src/.clang-format
index a8f8565f80..ef7a0ef5c7 100644
--- a/src/.clang-format
+++ b/src/.clang-format
@@ -3,7 +3,6 @@ AccessModifierOffset: -4
AlignAfterOpenBracket: true
AlignEscapedNewlinesLeft: true
AlignTrailingComments: true
-AllowAllArgumentsOnNextLine : true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: true