CONTRIBUTING.md: update clang-format text

The project now uses `clang-format --style=Google` to format the code.

Bug: 433996651
Change-Id: I3e4dedcb20006ef46692f89c3605d966c4880052
This commit is contained in:
James Zern
2025-07-31 15:26:27 -07:00
parent 44257cb826
commit f3109bd6c8

View File

@@ -64,8 +64,7 @@ for additional details.
The C code style is based on the The C code style is based on the
[Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) and [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 the formatting is enforced using `clang-format --style=Google`.
enforce the formatting.
CMake files are formatted with CMake files are formatted with
[cmake-format](https://cmake-format.readthedocs.io/en/latest/). `cmake-format [cmake-format](https://cmake-format.readthedocs.io/en/latest/). `cmake-format