From ddfaf3fee0dcc3c7a92d50a1fe5a8e0fc58802e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20Dee=20=28J=C5=8Dshin=29?= Date: Sat, 15 Jun 2024 17:17:04 -0700 Subject: [PATCH] Explain the clang-format off in new.h --- ctl/new.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ctl/new.h b/ctl/new.h index 15b84488e..f227270ef 100644 --- a/ctl/new.h +++ b/ctl/new.h @@ -3,6 +3,7 @@ #ifndef COSMOPOLITAN_CTL_NEW_H_ #define COSMOPOLITAN_CTL_NEW_H_ +// XXX clang-format currently mutilates these for some reason. // clang-format off namespace ctl {