0

docs: Note that clang_format.md doesn't apply to Chromium OS

clang_format.md is linked to by several pages, including (indirectly)
ones in Chromium OS. The suggestions don't work in Chromium OS.
Furthermore, since Chromium OS is "a Chromium project", it's not clear
from the title line that the page refers only to code within the
Chromium browser project.

Add a NOTE that this page doesn't apply to Chromium OS.

BUG=chromium:878506
TEST=Checked rendering in gitiles

Change-Id: I0f51aab22f6c8277291e26e5fc6ce9abb01f25e8
Reviewed-on: https://chromium-review.googlesource.com/c/1479859
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Ian Barkley-Yeung <iby@chromium.org>
Auto-Submit: Ian Barkley-Yeung <iby@chromium.org>
Cr-Commit-Position: refs/heads/master@{#634047}
This commit is contained in:
Ian Barkley-Yeung
2019-02-21 03:34:18 +00:00
committed by Commit Bot
parent 43aa562111
commit 5a37e2c9d7

@ -1,5 +1,11 @@
# Using clang-format on Chromium C++ Code
*** note
NOTE: This page does not apply to the Chromium OS project. See [Chromium Issue
878506](https://bugs.chromium.org/p/chromium/issues/detail?id=878506#c10)
for updates.
***
## Easiest usage, from the command line
To automatically format a pending patch according to