mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
C++ style guide: Require clang-format 13
This commit is contained in:
@@ -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
|
||||
^^^^^^^^^^^^
|
||||
|
||||
Reference in New Issue
Block a user