skia2/site/dev/contrib
Mike Klein bf23d5621f style guide tweaks
Most of this is just not mentioning things that need not be mentioned
anymore, but there's one slight style tweak which I think is better,
from

    case Foo: {
        ...
        break;
    }

to

    case Foo: {
        ...
    } break;

which is a little clearer that all paths through case Foo break
when the contents of the {} block become complicated.

Change-Id: Id7fe5ab09437006d125313b07862613316dd403c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/312576
Reviewed-by: Brian Salomon <bsalomon@google.com>
2020-08-24 13:37:28 +00:00
..
cqkeywords.md Documentation: Cq-Include-Trybots 2019-11-22 14:36:13 +00:00
directory.md [Tree Status] Update all references in Skia repo to tree-status 2020-03-02 18:43:49 +00:00
index.md fix up relative links and spacing 2019-06-11 14:29:38 +00:00
patch.md Changes to site documentation 2018-01-11 19:47:58 +00:00
revert.md Update skia.org docs to reference Gerrit instead of Rietveld 2016-11-10 16:20:59 +00:00
style.md style guide tweaks 2020-08-24 13:37:28 +00:00
submit.md Remove gendered language 2020-07-28 15:02:41 +00:00