webrtc_m130/style-guide.md
Karl Wiberg bb821e28b1 Add a bare-bones C++ style guide
BUG=none
NOTRY=true

Change-Id: I4488aff47db2b9220985156c5112db6d5a79a18e
Reviewed-on: https://chromium-review.googlesource.com/641872
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#19645}
2017-09-03 16:43:41 +00:00

555 B

WebRTC coding style guide

C++

WebRTC follows the Chromium and Google C++ style guides, unless an exception is listed below. In cases where they conflict, the Chromium style guide trumps the Google style guide, and the exceptions in this file trump them both.

Exceptions

There are no exceptions yet. If and when exceptions are adopted, they'll be listed here.