skia2/site
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
..
dev style guide tweaks 2020-08-24 13:37:28 +00:00
user add M86 branch release notes 2020-08-20 20:38:02 +00:00
favicon.ico Add a favicon for docs. 2015-01-08 13:42:13 -08:00
index_zh.md Add Flutter as a Skia customer 2020-07-12 15:05:43 +00:00
index.md Add Flutter as a Skia customer 2020-07-12 15:05:43 +00:00
METADATA Add some METADATA files to control docs layout. 2015-03-05 07:11:13 -08:00
robots.txt Add robots.txt 2015-01-16 11:13:53 -08:00
roles.md Doc: htmlify roles table to allow easier modification 2015-03-17 09:56:33 -07:00