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 8a87929 commit 228bb34Copy full SHA for 228bb34
clang/docs/ClangFormatStyleOptions.rst
@@ -2088,6 +2088,12 @@ the configuration (without a prefix: ``Auto``).
2088
If ``true``, ``while (true) continue;`` can be put on a single
2089
line.
2090
2091
+.. _AllowShortNamespacesOnASingleLine:
2092
+
2093
+**AllowShortNamespacesOnASingleLine** (``Boolean``) :versionbadge:`clang-format 20` :ref:`¶ <AllowShortNamespacesOnASingleLine>`
2094
+ If ``true``, ``namespace a { class b; }`` can be put on a single a single
2095
+ line.
2096
2097
.. _AlwaysBreakAfterDefinitionReturnType:
2098
2099
**AlwaysBreakAfterDefinitionReturnType** (``DefinitionReturnTypeBreakingStyle``) :versionbadge:`clang-format 3.7` :ref:`¶ <AlwaysBreakAfterDefinitionReturnType>`
0 commit comments