From c696ca4baefdd0c400cac10354d0949e31dff2b2 Mon Sep 17 00:00:00 2001 From: easy Date: Tue, 12 Nov 2019 10:32:09 +1100 Subject: [PATCH] Use the Google naming convention. (#12) --- CONTRIBUTING.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4ee5e1d7e6..eb68f164c6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -15,7 +15,10 @@ and [**Maintainer**](https://github.com/open-telemetry/community/blob/master/com ## Development -TBD +OpenTelemetry C++ uses the [Google naming +convention](https://google.github.io/styleguide/cppguide.html#Naming). + +Code formatting will be enforced automatically via `clang-format`. ## Pull Requests