diff options
| author | MarcoFalke <[email protected]> | 2017-01-28 16:58:29 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-01-28 16:57:08 +0100 |
| commit | fa5137c11d2d4accd9bfc68b3498e7e16829c3ab (patch) | |
| tree | a712302f90b56aef5f25ce086c10f1dd645f2fb1 /src | |
| parent | Merge #9638: qa: Actually test assertions in pruning.py (diff) | |
| download | discoin-fa5137c11d2d4accd9bfc68b3498e7e16829c3ab.tar.xz discoin-fa5137c11d2d4accd9bfc68b3498e7e16829c3ab.zip | |
[doc] Remove unused clang format dev script
Also, update the clang format file to reflect the current coding
style mentioned in the developer notes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/.clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.clang-format b/src/.clang-format index 129f062ef..fc5350913 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -6,7 +6,7 @@ AlignTrailingComments: true AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: All -AllowShortIfStatementsOnASingleLine: false +AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: false AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: true |