From 154c093f974ee9c1ab0d53be7b9947a183040eb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 25 Oct 2021 00:35:00 +0200 Subject: [PATCH] C++ style guide: Require clang-format 13 --- community/contributing/code_style_guidelines.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/contributing/code_style_guidelines.rst b/community/contributing/code_style_guidelines.rst index 07dfc6da4..d53a8f58c 100644 --- a/community/contributing/code_style_guidelines.rst +++ b/community/contributing/code_style_guidelines.rst @@ -57,9 +57,9 @@ Using clang-format locally ~~~~~~~~~~~~~~~~~~~~~~~~~~ First of all, you will need to install clang-format. As of now, you need to use -**clang-format 11** to be compatible with Godot's format. Later versions might -be suitable, but previous versions had bugs that will cause formatting changes -to the current code base. +**clang-format 13** to be compatible with Godot's format. Later versions might +be suitable, but previous versions may not support all used options, or format +some things differently, leading to style issues in pull requests. Installation ^^^^^^^^^^^^