Forráskód Böngészése

Bump min clang-format version for contributors

As per godotengine/godot#29027.
Rémi Verschelde 6 éve
szülő
commit
894126a7a6
1 módosított fájl, 1 hozzáadás és 1 törlés
  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
-**clang-format 6.x** to be compatible with Godot's format. Later versions might
+**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.