[clang-format] Remove requirement that port_platform.h is at the top (#36298)

Closes #36298

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36298 from ctiller:port_platform-src-core-lib-event_engine-windows-clang-format e1e435d830
PiperOrigin-RevId: 623366922
pull/36270/head
Craig Tiller 11 months ago committed by Copybara-Service
parent 5f2dcf8d42
commit ece2c4dbaa
  1. 3
      src/core/lib/event_engine/windows/.clang-format

@ -5,9 +5,6 @@ DerivePointerAlignment: false
PointerAlignment: Left
IncludeBlocks: Regroup
IncludeCategories:
# port_platform.h is before almost everything
- Regex: '^<grpc/(support|impl/codegen)/port_platform.h>'
Priority: -100
# ruby.h is even more first if it's included
- Regex: '^<ruby/ruby.h>'
Priority: -200

Loading…
Cancel
Save