File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments