From 3d2e0bc58f32c540d9b51033e131e7309f6c79df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Wed, 15 Oct 2025 10:34:26 +0200 Subject: [PATCH] Adapt to reuse version 6 Task-number: QTBUG-140916 Pick-to: 6.8 6.10 Change-Id: I4f8d24364e92e01c006418d0314fa8c7c9f0de91 Reviewed-by: Alexandru Croitor --- .clang-format | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.clang-format b/.clang-format index 0cc547a6..a034c3ed 100644 --- a/.clang-format +++ b/.clang-format @@ -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 ]