Skip to content

Commit cfbf362

Browse files
committed
Add a clang-format-ignore and suppress/revert a few files that are not actually compatible/appropriate to auto-format
1 parent d101e72 commit cfbf362

File tree

5 files changed

+2966
-2592
lines changed

5 files changed

+2966
-2592
lines changed

.clang-format-ignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
_build/*
2+
3+
**/CxClass.*
4+
test/old_tests/Component/Component_h.h
5+
test/old_tests/Composable/Composable_h.h

test/nuget/TestRuntimeComponentCXReferencingWinRTStaticLibrary/CxClass.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using namespace TestRuntimeComponentCXLibrary;
55
using namespace Platform;
66

7-
CxClass::CxClass(TestStaticLibrary7Class ^ c)
7+
CxClass::CxClass(TestStaticLibrary7Class^ c)
88
{
99
c->Test();
1010
}

test/nuget/TestRuntimeComponentCXReferencingWinRTStaticLibrary/CxClass.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
namespace TestRuntimeComponentCXLibrary
44
{
5-
public
6-
ref class CxClass sealed
5+
public ref class CxClass sealed
76
{
87
public:
9-
CxClass(TestStaticLibrary7Class ^ c);
8+
CxClass(TestStaticLibrary7Class^ c);
109
};
11-
} // namespace TestRuntimeComponentCXLibrary
10+
}

0 commit comments

Comments
 (0)