Adapt to reuse version 6

Task-number: QTBUG-140916
Pick-to: 6.8 6.10
Change-Id: I4f8d24364e92e01c006418d0314fa8c7c9f0de91
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Lucie Gérard 2025-10-15 10:34:26 +02:00
parent ca304a1fec
commit 3d2e0bc58f
1 changed files with 2 additions and 0 deletions

View File

@ -27,8 +27,10 @@ IndentPPDirectives: AfterHash
# We only indent with 2 spaces for preprocessor directives
PPIndentWidth: 2
# REUSE-IgnoreStart
# Do not format copyright comment lines and qtdoc lines
CommentPragmas: "^ SPDX-License-Identifier:|^ Copyright|\\since|\\overload|\\reentrant|\\value|\\li|\\l"
# REUSE-IgnoreEnd
# macros for which the opening brace stays attached.
ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH, forever, Q_FOREVER, QBENCHMARK, QBENCHMARK_ONCE ]