diff options
| author | Jon Atack <[email protected]> | 2020-07-06 03:52:37 +0200 |
|---|---|---|
| committer | Jon Atack <[email protected]> | 2020-07-06 03:52:37 +0200 |
| commit | b9253c7d2089d3d159dcc10118ce5a219d9a6881 (patch) | |
| tree | 74c9400bfdc9026d12a395d186933ab6409271e1 /src | |
| parent | Merge #19450: ci: Add tsan suppression for race in BerkeleyBatch (diff) | |
| download | discoin-b9253c7d2089d3d159dcc10118ce5a219d9a6881.tar.xz discoin-b9253c7d2089d3d159dcc10118ce5a219d9a6881.zip | |
tools: clang-format 6 compatibility
Diffstat (limited to 'src')
| -rw-r--r-- | src/.clang-format | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/.clang-format b/src/.clang-format index a8f8565f8..ef7a0ef5c 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 |