mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-07 22:30:13 -06:00
clang-format: Apply formatting to files with upper-case .H extension
This commit is contained in:
1
.gitattributes
vendored
1
.gitattributes
vendored
@@ -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
|
||||
|
||||
@@ -7,7 +7,7 @@ class Object_Upper_Ext_H : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
Q_SLOT
|
||||
void go(){};
|
||||
void go() {};
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user