KDAB / KDDockWidgets

KDAB's Dock Widget Framework for Qt
https://www.kdab.com/development-resources/qt-tools/kddockwidgets
Other
747 stars 163 forks source link

.pre-commit-config.yaml - roll back to clang-format v17 #485

Closed winterz closed 3 months ago

winterz commented 3 months ago

clang-format v18 is adding whitespace where we don't want it, eg:

-    KDDW_CO_AWAIT Platform::instance()->tests_wait(500);
+    KDDW_CO_AWAIT Platform::instance() -> tests_wait(500);

maybe we can control this with a setting in .clang-format