From f3109bd6c894aafc20c008481066bc323aef4b78 Mon Sep 17 00:00:00 2001 From: James Zern Date: Thu, 31 Jul 2025 15:26:27 -0700 Subject: [PATCH] CONTRIBUTING.md: update clang-format text The project now uses `clang-format --style=Google` to format the code. Bug: 433996651 Change-Id: I3e4dedcb20006ef46692f89c3605d966c4880052 --- CONTRIBUTING.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9540f34f..147fc198 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -64,8 +64,7 @@ for additional details. The C code style is based on the [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) and -`clang-format --style=Google`, though this project doesn't use the tool to -enforce the formatting. +the formatting is enforced using `clang-format --style=Google`. CMake files are formatted with [cmake-format](https://cmake-format.readthedocs.io/en/latest/). `cmake-format