From 6e3c04fa9bc200eba929659a7bc29e160e0a77ea Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Mon, 29 Sep 2025 21:53:22 +0100 Subject: [PATCH] doc: Move list of clang-format versions to RELEASE_NOTES.md --- doc/contributing/source/coding-style.rst | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/doc/contributing/source/coding-style.rst b/doc/contributing/source/coding-style.rst index ec6290fb6..bb8e9626e 100644 --- a/doc/contributing/source/coding-style.rst +++ b/doc/contributing/source/coding-style.rst @@ -40,14 +40,8 @@ Since each new major version of clang-format can add or modify properties, newer versions of clang-format might produce different outputs compared to previous versions. -The following list contains the set of clang-format versions that are verified -to produce consistent output among themselves. - -* clang-format-19 -* clang-format-18 -* clang-format-17 -* clang-format-16 -* clang-format-15 +The list of clang-format versions that are verified to produce consistent output +among themselves are listed in the ``RELEASE_NOTES.md`` document. Integration with IDEs =====================