Skip to content

Commit 484d8ca

Browse files
disable clang-format on third-party files used for testing
1 parent e020109 commit 484d8ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cppparser/test/e2e/.clang-format

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"DisableFormat": true,
3+
"SortIncludes": "Never" // with clang-format version < 13 use `false` here.
4+
}

0 commit comments

Comments
 (0)