We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dc0638 commit bd3d358Copy full SHA for bd3d358
clang/docs/ClangFormat.rst
@@ -142,8 +142,9 @@ names. It has the following format:
142
* The slash (``/``) is used as the directory separator.
143
* A pattern is relative to the directory of the ``.clang-format-ignore`` file
144
(or the root directory if the pattern starts with a slash).
145
-* Patterns follow the rules specified in POSIX 2.13.1, 2.13.2, and Rule 1 of
146
- 2.13.3.
+* Patterns follow the rules specified in `POSIX 2.13.1, 2.13.2, and Rule 1 of
+ 2.13.3 <https://pubs.opengroup.org/onlinepubs/9699919799/utilities/
147
+ V3_chap02.html#tag_18_13>`_.
148
* A pattern is negated if it starts with a bang (``!``).
149
150
To match all files in a directory, use e.g. ``foo/bar/*``. To match all files in
0 commit comments