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 f3008c1 commit ee51f35Copy full SHA for ee51f35
clang/docs/ClangFormatStyleOptions.rst
@@ -126,6 +126,9 @@ clang-format is turned off or back on.
126
// clang-format on
127
void formatted_code_again;
128
129
+In addition, the ``OneLineFormatOffRegex`` option gives you a concise way to
130
+disable formatting for all of the lines that match the regular expression.
131
+
132
133
Configuring Style in Code
134
=========================
0 commit comments