Skip to content

Commit 54f03b0

Browse files
committed
doc/clang-format: the Mozilla coding style format has been deprecated
1 parent 4185396 commit 54f03b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

clang/docs/ClangFormatStyleOptions.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ the configuration (without a prefix: ``Auto``).
163163
* ``Chromium``
164164
A style complying with `Chromium's style guide
165165
<https://chromium.googlesource.com/chromium/src/+/refs/heads/main/styleguide/styleguide.md>`_
166-
* ``Mozilla``
167-
A style complying with `Mozilla's style guide
168-
<https://firefox-source-docs.mozilla.org/code-quality/coding-style/index.html>`_
169166
* ``WebKit``
170167
A style complying with `WebKit's style guide
171168
<https://www.webkit.org/coding/coding-style.html>`_
@@ -175,6 +172,8 @@ the configuration (without a prefix: ``Auto``).
175172
* ``GNU``
176173
A style complying with the `GNU coding standards
177174
<https://www.gnu.org/prep/standards/standards.html>`_
175+
* ``Mozilla``
176+
The Mozilla coding style is deprecated upstream and retained for legacy support.
178177
* ``InheritParentConfig``
179178
Not a real style, but allows to use the ``.clang-format`` file from the
180179
parent directory (or its parent if there is none). If there is no parent

0 commit comments

Comments
 (0)