From ece2c4dbaab64cba605e5e7420d2d015746aa451 Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 9 Apr 2024 21:18:47 -0700 Subject: [PATCH] [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 e1e435d830a366c516f27ffd588a355c04bb7d35 PiperOrigin-RevId: 623366922 --- src/core/lib/event_engine/windows/.clang-format | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/core/lib/event_engine/windows/.clang-format b/src/core/lib/event_engine/windows/.clang-format index 64387e9e515..5f150ef6edb 100644 --- a/src/core/lib/event_engine/windows/.clang-format +++ b/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: '^' - Priority: -100 # ruby.h is even more first if it's included - Regex: '^' Priority: -200