Skip to content

Commit d85e054

Browse files
committed
fixup! Ran python3 clang/docs/tools/dump_format_help.py
1 parent 8879ff6 commit d85e054

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/docs/ClangFormat.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ to format C/C++/Java/JavaScript/JSON/Objective-C/Protobuf/C# code.
3333
Clang-format options:
3434
3535
--Werror - If set, changes formatting warnings to errors
36-
--Wno-error=<value> - If set don't error out on the specified warning type.
36+
--Wno-error=<value> - If set, don't error out on the specified warning type.
3737
=unknown - If set, unknown format options are only warned about.
3838
This can be used to enable formatting, even if the
3939
configuration contains unknown (newer) options.
@@ -49,8 +49,8 @@ to format C/C++/Java/JavaScript/JSON/Objective-C/Protobuf/C# code.
4949
supported:
5050
CSharp: .cs
5151
Java: .java
52-
JavaScript: .mjs .js .ts
53-
Json: .json
52+
JavaScript: .js .mjs .cjs .ts
53+
Json: .json .ipynb
5454
Objective-C: .m .mm
5555
Proto: .proto .protodevel
5656
TableGen: .td

0 commit comments

Comments
 (0)