From b42f904796141714df6e9e37b242689e330e59c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anni=20Ryyn=C3=A4nen?= Date: Wed, 5 Jun 2024 17:12:31 +0300 Subject: [PATCH] Fix a typo: "and that you not introducing" --- contributing/development/code_style_guidelines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/development/code_style_guidelines.rst b/contributing/development/code_style_guidelines.rst index b386da0b1cf..73c51b3c7c4 100644 --- a/contributing/development/code_style_guidelines.rst +++ b/contributing/development/code_style_guidelines.rst @@ -29,7 +29,7 @@ The rules used by clang-format are outlined in the `.clang-format `__ file of the Godot repository. -As long as you ensure that your style matches the surrounding code and that you +As long as you ensure that your style matches the surrounding code and that you're not introducing trailing whitespace or space-based indentation, you should be fine. If you plan to contribute regularly, however, we strongly advise that you set up clang-format locally to check and automatically fix all your commits.