summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorSadaf Ebrahimi <sadafebrahimi@google.com>2023-07-11 16:46:27 +0000
committerCherrypicker Worker <android-build-cherrypicker-worker@google.com>2023-11-16 03:22:26 +0000
commit0a7513cba230ffffd6f2bd5a67c87dbb448f8372 (patch)
tree14d3360f986c1200fd7964139a5fbf0bcf9721b6 /CONTRIBUTING.md
parentb2c0c512f112c0bb018b20a67b3e14755bf08746 (diff)
downloadlibwebm-0a7513cba230ffffd6f2bd5a67c87dbb448f8372.tar.gz
Upgrade libwebm to libwebm-1.0.0.30
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update libwebm For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger (cherry picked from https://android-review.googlesource.com/q/commit:f81005e742ccb760a1d1cefb935f701b144b4a7a) Merged-In: If1f97b9a31dd4e2bf5d68b6f07ab80440f900953 Change-Id: If1f97b9a31dd4e2bf5d68b6f07ab80440f900953
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7a73a30..a30c512 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -23,6 +23,18 @@ https://chromium-review.googlesource.com for this purpose. See the
[WebM Project page](https://www.webmproject.org/code/contribute/submitting-patches/)
for additional details.
+## Code Style
+
+The C++ code style is based on the
+[Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html) and
+`clang-format --style=Google`. `clang-format -i --style=file` can be used to
+format individual files, it will use the settings from `.clang-format`.
+
+CMake files are formatted with
+[cmake-format](https://cmake-format.readthedocs.io/en/latest/). `cmake-format
+-i` can be used to format individual files, it will use the settings from
+`.cmake-format.py`.
+
## Community Guidelines
This project follows