Q_FOREACH is deprecated, no need to format it

This commit is contained in:
Luis Ángel San Martín 2019-05-31 19:41:51 +02:00
parent e3ec56aa43
commit 824b4878a4

View File

@ -60,7 +60,7 @@ AllowShortFunctionsOnASingleLine: Inline
SortIncludes: false
# macros for which the opening brace stays attached.
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER, QBENCHMARK, QBENCHMARK_ONCE ]
ForEachMacros: [ foreach, BOOST_FOREACH, forever, Q_FOREVER, QBENCHMARK, QBENCHMARK_ONCE ]
# Break constructor initializers before the colon and after the commas.
BreakConstructorInitializers: BeforeColon