Skip to content

Commit

Permalink
disable clang-format on third-party files used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
SatyaRanjanDas-tomtom committed Oct 25, 2024
1 parent e020109 commit 484d8ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cppparser/test/e2e/.clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"DisableFormat": true,
"SortIncludes": "Never" // with clang-format version < 13 use `false` here.
}

0 comments on commit 484d8ca

Please sign in to comment.