From c7323b004f9229ef16f3dcfe8d1a8b545f42bd0d Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 24 Jan 2025 11:04:38 -0500 Subject: [PATCH] clang-format: Apply formatting to files with upper-case .H extension --- .gitattributes | 1 + Tests/QtAutogen/SameName/object_upper_ext.H | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index 7aac159123..096227e0ef 100644 --- a/.gitattributes +++ b/.gitattributes @@ -52,6 +52,7 @@ coverage.xml.in tab-indent *.cpp our-c-style *.cu our-c-style *.cxx our-c-style +*.H our-c-style *.h our-c-style *.hh our-c-style *.hpp our-c-style diff --git a/Tests/QtAutogen/SameName/object_upper_ext.H b/Tests/QtAutogen/SameName/object_upper_ext.H index 3266087d4a..57f0f8aaf3 100644 --- a/Tests/QtAutogen/SameName/object_upper_ext.H +++ b/Tests/QtAutogen/SameName/object_upper_ext.H @@ -7,7 +7,7 @@ class Object_Upper_Ext_H : public QObject { Q_OBJECT Q_SLOT - void go(){}; + void go() {}; }; #endif