[libunwind] [libunwind] Use consistent indentation in `__libunwind_config.h` (PR #152861)
Michał Górny via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 11 10:59:55 PDT 2025
================
@@ -11,6 +11,8 @@
#define _LIBUNWIND_VERSION 15000
+// Disable clang-format as it makes the huge conditions unreadable.
+// clang-format off
----------------
mgorny wrote:
I mean, `clang-format` flattens everything, so I'm disabling it, so indentations remain meaningful.
https://github.com/llvm/llvm-project/pull/152861
More information about the cfe-commits
mailing list