clang-format: Apply formatting to files with upper-case .H extension

This commit is contained in:
Brad King 2025-01-24 11:04:38 -05:00
parent ac601c8a51
commit c7323b004f
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored
View File

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

View File

@ -7,7 +7,7 @@ class Object_Upper_Ext_H : public QObject
{
Q_OBJECT
Q_SLOT
void go(){};
void go() {};
};
#endif