diff options
| author | Jorge Timón <[email protected]> | 2017-06-01 22:35:42 +0200 |
|---|---|---|
| committer | Jorge Timón <[email protected]> | 2017-06-22 03:48:54 +0200 |
| commit | b1268a19d0b80401339ede2188abbd389f8d7fb0 (patch) | |
| tree | b456ccac0b36fcc95dd4dce3cd4d0f8696e11c74 /src | |
| parent | scripted-diff: Remove #include <boost/foreach.hpp> (diff) | |
| download | discoin-b1268a19d0b80401339ede2188abbd389f8d7fb0.tar.xz discoin-b1268a19d0b80401339ede2188abbd389f8d7fb0.zip | |
clang-format: Delete ForEachMacros
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 fc5350913..9a700b750 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -23,7 +23,6 @@ ContinuationIndentWidth: 4 Cpp11BracedListStyle: true DerivePointerAlignment: false DisableFormat: false -ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, BOOST_REVERSE_FOREACH ] IndentCaseLabels: false IndentFunctionDeclarationAfterType: false IndentWidth: 4 |