mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-12 04:42:36 -03:00
clang-format: Delete ForEachMacros
This commit is contained in:
parent
5995735c5b
commit
b1268a19d0
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ ContinuationIndentWidth: 4
|
||||||
Cpp11BracedListStyle: true
|
Cpp11BracedListStyle: true
|
||||||
DerivePointerAlignment: false
|
DerivePointerAlignment: false
|
||||||
DisableFormat: false
|
DisableFormat: false
|
||||||
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, BOOST_REVERSE_FOREACH ]
|
|
||||||
IndentCaseLabels: false
|
IndentCaseLabels: false
|
||||||
IndentFunctionDeclarationAfterType: false
|
IndentFunctionDeclarationAfterType: false
|
||||||
IndentWidth: 4
|
IndentWidth: 4
|
||||||
|
|
Loading…
Reference in a new issue