Skip to content

Commit

Permalink
fix clang-format link in dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Torro authored and karliss committed Jan 4, 2025
1 parent 6e894a1 commit 8d1cedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/contributing/code/development-guidelines.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Coding Style
------------

In general, we follow a slightly customized version of `the official Qt guidelines <https://wiki.qt.io/Qt_Coding_Style>`__
to format the code. Before sending a pull request, you will need to use `clang-format`<https://clang.llvm.org/docs/ClangFormat.html>`__ (version 8 or newer)
to format the code. Before sending a pull request, you will need to use `clang-format <https://clang.llvm.org/docs/ClangFormat.html>`__ (version 8 or newer)
to format the code. The command line for formatting the code according
to the style is:

Expand Down

0 comments on commit 8d1cedf

Please sign in to comment.