Browse Source

Merge pull request #4534 from akien-mga/codestyle-clang-format-11

Code style: Now using clang-format 11
Rémi Verschelde 4 years ago
parent
commit
186e77519c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      community/contributing/code_style_guidelines.rst

+ 1 - 1
community/contributing/code_style_guidelines.rst

@@ -52,7 +52,7 @@ 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 11** 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 had bugs that will cause formatting changes
 to the current code base.
 to the current code base.