From 0ffc99a61ddfa958a436beef0d003ecead630d0f Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Sat, 13 Jun 2020 19:09:39 +0200 Subject: Move to allowlist and blocklist (#6282) --- docs/contributing/style_guide.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/contributing') 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. -- cgit v1.2.3