From ac2c7bb179592067964f7d79284f2a2dc844916a Mon Sep 17 00:00:00 2001 From: Evgenii Kliuchnikov Date: Wed, 2 Aug 2023 03:46:53 -0700 Subject: [PATCH] mention used code style PiperOrigin-RevId: 553095898 --- CONTRIBUTING.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a00e37d..b34ee15 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,6 +21,11 @@ frustration later on. All submissions, including submissions by project members, require review. We use Github pull requests for this purpose. +### Code style +Code should follow applicable formatting and style guides described in +[Google Style Guides](https://google.github.io/styleguide/). C code should be +C89 compatible. + ### The small print Contributions made by corporations are covered by a different agreement than the one above, the [Software Grant and Corporate Contributor License Agreement]