diff options
Diffstat (limited to 'docs/contributing/style_guide.md')
-rw-r--r-- | docs/contributing/style_guide.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/contributing/style_guide.md b/docs/contributing/style_guide.md index 0bd7c628f..6c0e73b50 100644 --- a/docs/contributing/style_guide.md +++ b/docs/contributing/style_guide.md @@ -40,6 +40,11 @@ Be explicit even when it means more code. There are some situations where it may make sense to use such techniques, but in the vast majority of cases it does not. +## Inclusive code + +Please follow the guidelines for inclusive code outlined at +https://chromium.googlesource.com/chromium/src/+/master/styleguide/inclusive_code.md. + ## Rust Follow Rust conventions and be consistent with existing code. |