From 8d1cedfb32f33b227324a072fffb439c08564f5f Mon Sep 17 00:00:00 2001 From: Torro <24733961+Torro@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:02:29 +0100 Subject: [PATCH] fix clang-format link in dev docs --- docs/source/contributing/code/development-guidelines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: