From b20c6575238e1fbbc31315ef783f4038f58f5e0c Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Thu, 17 Aug 2023 21:01:43 +0100 Subject: [PATCH] doc: Sort supported clang-format versions in descending order --- doc/contributing/source/coding-style.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/contributing/source/coding-style.rst b/doc/contributing/source/coding-style.rst index 09e07bc34..01b937624 100644 --- a/doc/contributing/source/coding-style.rst +++ b/doc/contributing/source/coding-style.rst @@ -38,9 +38,9 @@ previous versions. The following list contains the set of clang-format versions that are verified to produce consistent output among themselves. -* clang-format-14 -* clang-format-15 * clang-format-16 +* clang-format-15 +* clang-format-14 Integration with IDEs =====================