Skip to content

Commit

Permalink
Disable clang-format on include which needs to be the last
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Jan 17, 2024
1 parent f84c60a commit 073e685
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions port/protobuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
#include "google/protobuf/util/message_differencer.h"
#include "google/protobuf/wire_format.h"

// clang-format off
#include "google/protobuf/port_def.inc" // MUST be last header included
// clang-format on
#if PROTOBUF_VERSION < 4025000

namespace google {
Expand Down

0 comments on commit 073e685

Please sign in to comment.