[clang] Treat ipynb as json (PR #135137)
Tim Clephas via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 10 07:22:15 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.
----------------
Timple wrote:
I agree, that's why I did not commit it in the first place. I'll try manually!
https://github.com/llvm/llvm-project/pull/135137
More information about the cfe-commits
mailing list