Disable formatting for imconfig.h to maintain consistency with upstream

This commit is contained in:
Dan Paulat 2024-12-11 22:03:42 -06:00
parent e3cee80eba
commit 6a5e04b35a

View file

@ -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