forked from JumpingYang001/webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG=none NOTRY=true Change-Id: I4488aff47db2b9220985156c5112db6d5a79a18e Reviewed-on: https://chromium-review.googlesource.com/641872 Commit-Queue: Karl Wiberg <[email protected]> Reviewed-by: Niels Moller <[email protected]> Reviewed-by: Danil Chapovalov <[email protected]> Cr-Commit-Position: refs/heads/master@{#19645}
- Loading branch information
Karl Wiberg
authored and
Commit Bot
committed
Sep 3, 2017
1 parent
bf94fda
commit bb821e2
Showing
3 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,5 @@ per-file [email protected] | |
per-file DEPS=* | ||
per-file [email protected] | ||
per-file WATCHLISTS=* | ||
per-file [email protected] | ||
per-file [email protected] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# WebRTC coding style guide | ||
|
||
## C++ | ||
|
||
WebRTC follows the [Chromium][chr-style] and [Google][goog-style] 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. | ||
|
||
[chr-style]: https://chromium.googlesource.com/chromium/src/+/master/styleguide/c++/c++.md | ||
[goog-style]: https://google.github.io/styleguide/cppguide.html | ||
|
||
### Exceptions | ||
|
||
There are no exceptions yet. If and when exceptions are adopted, | ||
they'll be listed here. |