diff --git a/docs/source/contributing/code/development-guidelines.rst b/docs/source/contributing/code/development-guidelines.rst index 5360ba8a..8d17a56f 100644 --- a/docs/source/contributing/code/development-guidelines.rst +++ b/docs/source/contributing/code/development-guidelines.rst @@ -52,7 +52,7 @@ Coding Style ------------ In general, we follow a slightly customized version of `the official Qt guidelines `__ -to format the code. Before sending a pull request, you will need to use `clang-format``__ (version 8 or newer) +to format the code. Before sending a pull request, you will need to use `clang-format `__ (version 8 or newer) to format the code. The command line for formatting the code according to the style is: