diff options
| author | Hennadii Stepanov <[email protected]> | 2019-10-14 13:24:54 +0300 |
|---|---|---|
| committer | Hennadii Stepanov <[email protected]> | 2019-10-14 13:24:54 +0300 |
| commit | 11e3d5eb1d4a4b399b180083ec52484d53ebf724 (patch) | |
| tree | 03ca29f08adb9220a2de9f2e9e8bd32c7b6dd375 | |
| parent | Merge #17121: test: speedup wallet_backup by whitelisting peers (immediate tx... (diff) | |
| download | discoin-11e3d5eb1d4a4b399b180083ec52484d53ebf724.tar.xz discoin-11e3d5eb1d4a4b399b180083ec52484d53ebf724.zip | |
util: Add AllowShortCaseLabelsOnASingleLine option
| -rw-r--r-- | src/.clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/.clang-format b/src/.clang-format index 38e19edf2..aae039dd7 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -5,6 +5,7 @@ AlignEscapedNewlinesLeft: true AlignTrailingComments: true AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: false +AllowShortCaseLabelsOnASingleLine: true AllowShortFunctionsOnASingleLine: All AllowShortIfStatementsOnASingleLine: true AllowShortLoopsOnASingleLine: false |