aboutsummaryrefslogtreecommitdiff
path: root/src/.clang-format
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2017-06-01 22:35:42 +0200
committerJorge Timón <jtimon@jtimon.cc>2017-06-22 03:48:54 +0200
commitb1268a19d0b80401339ede2188abbd389f8d7fb0 (patch)
treeb456ccac0b36fcc95dd4dce3cd4d0f8696e11c74 /src/.clang-format
parent5995735c5be19bee4c5369bd1861e913cf201db7 (diff)
downloadbitcoin-b1268a19d0b80401339ede2188abbd389f8d7fb0.tar.xz
clang-format: Delete ForEachMacros
Diffstat (limited to 'src/.clang-format')
-rw-r--r--src/.clang-format1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/.clang-format b/src/.clang-format
index fc53509138..9a700b750d 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