Skip to content

Commit 8879ff6

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/docs/ClangFormat.rst

Lines changed: 2 additions & 2 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,7 +49,7 @@ to format C/C++/Java/JavaScript/JSON/Objective-C/Protobuf/C# code.
4949
supported:
5050
CSharp: .cs
5151
Java: .java
52-
JavaScript: .js .mjs .cjs .ts
52+
JavaScript: .mjs .js .ts
5353
Json: .json
5454
Objective-C: .m .mm
5555
Proto: .proto .protodevel

0 commit comments

Comments
 (0)