[libunwind] [libunwind] Use consistent indentation in `__libunwind_config.h` (PR #152861)
Heejin Ahn via cfe-commits
cfe-commits at lists.llvm.org
Sat Aug 9 14:55:08 PDT 2025
================
@@ -11,6 +11,8 @@
#define _LIBUNWIND_VERSION 15000
+// Disable clang-format as it makes the huge conditions unreadable.
+// clang-format off
----------------
aheejin wrote:
If the point is making indentations correct, why disable clang-format?
https://github.com/llvm/llvm-project/pull/152861
More information about the cfe-commits
mailing list