clang-format: Delete ForEachMacros

This commit is contained in:
Jorge Timón 2017-06-01 22:35:42 +02:00
parent 5995735c5b
commit b1268a19d0
No known key found for this signature in database
GPG key ID: A4F5D141C01A0387

View file

@ -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