Procházet zdrojové kódy

C++ style guide: Require clang-format 13

(cherry picked from commit 154c093f974ee9c1ab0d53be7b9947a183040eb0)
Rémi Verschelde před 3 roky
rodič
revize
1dbbba6dc8
1 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. 3 3
      community/contributing/code_style_guidelines.rst

+ 3 - 3
community/contributing/code_style_guidelines.rst

@@ -52,9 +52,9 @@ Using clang-format locally
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 ~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
 First of all, you will need to install clang-format. As of now, you need to use
 First of all, you will need to install clang-format. As of now, you need to use
-**clang-format 8.x** 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
 Installation
 ^^^^^^^^^^^^
 ^^^^^^^^^^^^