From 63e180ec952e332a033808aa69bbe1fee78d994d Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Wed, 7 Dec 2022 13:51:19 -0600 Subject: Sigh, fix RST markup --- devel-docs/gitlab-ci.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel-docs') diff --git a/devel-docs/gitlab-ci.rst b/devel-docs/gitlab-ci.rst index 36f83fb1..0745f71d 100644 --- a/devel-docs/gitlab-ci.rst +++ b/devel-docs/gitlab-ci.rst @@ -186,11 +186,11 @@ Code formatting The C coding style is enforced via `clang-format `_ and a a -```.clang-format`` <../.clang-format>`__ configuration file (`docs on +`.clang-format <../.clang-format>`_ configuration file (`docs on configuration `_). -The ``style-check-diff` job in CI will fail if you put in new code +The ``style-check-diff`` job in CI will fail if you put in new code that does not match what ``clang-format`` would do for it. You must fix your code by hand; it is not re-indented automatically to give you a chance to selectively opt-out of formatting some chunks of code. -- cgit v1.2.1