[clang] Treat ipynb as json (PR #135137)

Björn Schäpers via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 10 07:18:30 PDT 2025


================
@@ -33,7 +33,7 @@ to format C/C++/Java/JavaScript/JSON/Objective-C/Protobuf/C# code.
   Clang-format options:
 
     --Werror                       - If set, changes formatting warnings to errors
-    --Wno-error=<value>            - If set, don't error out on the specified warning type.
+    --Wno-error=<value>            - If set don't error out on the specified warning type.
----------------
HazardyKnusperkeks wrote:

This does not match the content of `ClangFormat.cpp`. I don't know why, but you either fix it manually or check why this is not set correctly.

https://github.com/llvm/llvm-project/pull/135137


More information about the cfe-commits mailing list