mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 09:10:06 +00:00
Disable formatting for imconfig.h to maintain consistency with upstream
This commit is contained in:
parent
e3cee80eba
commit
6a5e04b35a
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue