| Index: site/dev/contrib/style.md
|
| diff --git a/site/dev/contrib/style.md b/site/dev/contrib/style.md
|
| index dd39a734a80f9195d5867c002cbd3b3bf171b396..455eed6b38052b031d7885d8095e8cd384c89305 100644
|
| --- a/site/dev/contrib/style.md
|
| +++ b/site/dev/contrib/style.md
|
| @@ -20,6 +20,7 @@ sufficient then that is preferred to an include.
|
| Forward declarations and file includes should be in alphabetical order (but we
|
| aren't very strict about it).
|
|
|
| +<span id="no-define-before-sktypes"></span>
|
| Do not use #if/#ifdef before including "SkTypes.h" (directly or indirectly).
|
|
|
| We use spaces not tabs (4 of them).
|
|
|