C++ style guide: Require clang-format 13

(cherry picked from commit 154c093f97)
This commit is contained in:
Rémi Verschelde
2021-10-25 12:14:59 +02:00
parent eed6a9e4db
commit 5506b00956
@@ -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 **clang-format 13** to be compatible with Godot's format. Later versions might
be suitable, but previous versions had bugs that will cause formatting changes be suitable, but previous versions may not support all used options, or format
to the current code base. some things differently, leading to style issues in pull requests.
Installation Installation
^^^^^^^^^^^^ ^^^^^^^^^^^^