[clang] [clang-format] Add new option: WrapNamespaceBodyWithNewlines (PR #106145)

via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 3 04:39:37 PDT 2024


================
@@ -829,6 +829,18 @@ template <> struct ScalarEnumerationTraits<FormatStyle::UseTabStyle> {
   }
 };
 
+template <>
----------------
mydeveloperday wrote:

should there be some config parse tests

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


More information about the cfe-commits mailing list