diff options
| author | Quentin Young <qlyoung@qlyoung.net> | 2023-09-27 19:53:10 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@qlyoung.net> | 2023-09-27 19:55:35 -0400 |
| commit | d2292c6bfee5f3e82e236bf679a9ed0980032f17 (patch) | |
| tree | 074d020f413be325e2683c1b6b105ebbe4a5a982 /doc/developer/workflow.rst | |
| parent | 52cc7f1006b5ec445e968ea8cd1c874036e2adcb (diff) | |
doc: fix whitespace, formatting errors
* Fix various whitespace and syntax errors
* Fix a couple tiny grammar mistakes
Signed-off-by: Quentin Young <qlyoung@qlyoung.net>
Diffstat (limited to 'doc/developer/workflow.rst')
| -rw-r--r-- | doc/developer/workflow.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/developer/workflow.rst b/doc/developer/workflow.rst index 72d2a49376..e26486efde 100644 --- a/doc/developer/workflow.rst +++ b/doc/developer/workflow.rst @@ -817,6 +817,7 @@ The project provides multiple tools to allow you to correctly style your code as painlessly as possible, primarily built around ``clang-format``. clang-format + In the project root there is a :file:`.clang-format` configuration file which can be used with the ``clang-format`` source formatter tool from the LLVM project. Most of the time, this is the easiest and smartest tool to |
