We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbba4b commit 9aa5da9Copy full SHA for 9aa5da9
docs/LibFormat.rst
@@ -28,7 +28,9 @@ The core routine of LibFormat is ``reformat()``:
28
29
This reads a token stream out of the lexer ``Lex`` and reformats all the code
30
ranges in ``Ranges``. The ``FormatStyle`` controls basic decisions made during
31
-formatting. A list of options can be found under :ref:`style-options`.
+formatting. A list of options can be found under :ref:`style-options`.
32
+
33
+The style options are described in :doc:`ClangFormatStyleOptions`.
34
35
36
.. _style-options:
0 commit comments