summaryrefslogtreecommitdiff
path: root/devel-docs
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2022-12-07 13:51:19 -0600
committerFederico Mena Quintero <federico@gnome.org>2022-12-07 13:51:55 -0600
commit63e180ec952e332a033808aa69bbe1fee78d994d (patch)
treeecde3fbb8286ac962833452f83f080f2ede79831 /devel-docs
parentc4142b6f4f6ba8454657b12dd04684d91e19c52b (diff)
downloadat-spi2-core-63e180ec952e332a033808aa69bbe1fee78d994d.tar.gz
Sigh, fix RST markup
Diffstat (limited to 'devel-docs')
-rw-r--r--devel-docs/gitlab-ci.rst4
1 files changed, 2 insertions, 2 deletions
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
<https://clang.llvm.org/docs/ClangFormat.html>`_ and a a
-```.clang-format`` <../.clang-format>`__ configuration file (`docs on
+`.clang-format <../.clang-format>`_ configuration file (`docs on
configuration
<https://clang.llvm.org/docs/ClangFormatStyleOptions.html>`_).
-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.