| commit | 192805cb152320186f730f1bd706a8e71b175cc7 | [log] [tgz] |
|---|---|---|
| author | Etienne Dechamps <edechamps@google.com> | Wed Jun 14 19:30:11 2023 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jun 14 19:30:11 2023 |
| tree | f0df75e6f53bc5848e2c9a7d4767e709029baa56 | |
| parent | 7ec2a857d0d8cc14740341b617bde32356df7e6c [diff] |
Set VS Code tab size to 4 for Java code As far as I can tell, most (all?) Chromium Java code uses 4 spaces for indentation, not 2. The Chromium style guide defers to the Android style guide on this, which explicitly states "We use four (4) space indents". Change-Id: I1985dcd863c78d0dd389e268ba0484067018f049 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4614943 Commit-Queue: Chase Phillips <cmp@chromium.org> Auto-Submit: Etienne Dechamps <edechamps@google.com> Reviewed-by: Chase Phillips <cmp@chromium.org> Cr-Commit-Position: refs/heads/main@{#1157715}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.