From 4f0a76657b4fc4e51298b326bf5bea245faaa557 Mon Sep 17 00:00:00 2001 From: Scott Hart Date: Mon, 17 Nov 2025 18:07:11 -0500 Subject: [PATCH] chore: update gemini styleguide to ignore include ordering --- .gemini/styleguide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gemini/styleguide.md b/.gemini/styleguide.md index 67611cb6be753..a58f236772128 100644 --- a/.gemini/styleguide.md +++ b/.gemini/styleguide.md @@ -14,3 +14,6 @@ This repository differs from the Google C++ style guide in the following ways: non-test files. - encourages duplication of salient setup and expectations in test cases to increase readability. + +Do not make comments of suggestions on ordering of includes as a script formats +them how we want.