diff options
| author | MarcoFalke <[email protected]> | 2017-01-30 13:49:34 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-01-30 13:50:01 +0100 |
| commit | 53ab12d9318d5d195ccc77028b0e3ae66dc6e1fd (patch) | |
| tree | 5cfc1e547de4c0354691e90c078d0aef4fbce031 /src | |
| parent | qt: periodic translations update (diff) | |
| parent | [doc] Remove unused clang format dev script (diff) | |
| download | discoin-53ab12d9318d5d195ccc77028b0e3ae66dc6e1fd.tar.xz discoin-53ab12d9318d5d195ccc77028b0e3ae66dc6e1fd.zip | |
Merge #9649: [doc] Remove unused clang format dev script
fa5137c [doc] Remove unused clang format dev script (MarcoFalke)
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 |