From 2bcca152cf17b9a1680fa7a05a4aed447d7a4aec Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 9 Apr 2024 08:33:35 -0700 Subject: [PATCH] [clang-format] Remove requirement that port_platform.h is at the top (#36277) Closes #36277 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/36277 from ctiller:port_platform-include-grpcpp-impl-codegen-clang-format 2670fb8c35ef741c778abd2338fea826b4cfe224 PiperOrigin-RevId: 623176416 --- include/grpcpp/impl/codegen/.clang-format | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/grpcpp/impl/codegen/.clang-format b/include/grpcpp/impl/codegen/.clang-format index 64387e9e515..5f150ef6edb 100644 --- a/include/grpcpp/impl/codegen/.clang-format +++ b/include/grpcpp/impl/codegen/.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