aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJorge Timón <[email protected]>2017-06-01 22:35:42 +0200
committerJorge Timón <[email protected]>2017-06-22 03:48:54 +0200
commitb1268a19d0b80401339ede2188abbd389f8d7fb0 (patch)
treeb456ccac0b36fcc95dd4dce3cd4d0f8696e11c74 /src
parentscripted-diff: Remove #include <boost/foreach.hpp> (diff)
downloaddiscoin-b1268a19d0b80401339ede2188abbd389f8d7fb0.tar.xz
discoin-b1268a19d0b80401339ede2188abbd389f8d7fb0.zip
clang-format: Delete ForEachMacros
Diffstat (limited to 'src')
-rw-r--r--src/.clang-format1
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