From 6a5e04b35a636ed1ab36a140e3410732b8e3cae0 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Wed, 11 Dec 2024 22:03:42 -0600 Subject: [PATCH] Disable formatting for imconfig.h to maintain consistency with upstream --- external/include/scwx/external/imgui/imconfig.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/external/include/scwx/external/imgui/imconfig.h b/external/include/scwx/external/imgui/imconfig.h index 024ec327..16f7692f 100644 --- a/external/include/scwx/external/imgui/imconfig.h +++ b/external/include/scwx/external/imgui/imconfig.h @@ -1,3 +1,4 @@ +// clang-format off //----------------------------------------------------------------------------- // DEAR IMGUI COMPILE-TIME OPTIONS // Runtime options (clipboard callbacks, enabling various features, etc.) can generally be set via the ImGuiIO structure. @@ -136,3 +137,4 @@ namespace ImGui void MyFunction(const char* name, MyMatrix44* mtx); } */ +// clang-format on