mirror of
https://github.com/YACReader/yacreader
synced 2025-05-25 18:00:46 -04:00
Q_FOREACH is deprecated, no need to format it
This commit is contained in:
parent
e3ec56aa43
commit
824b4878a4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user