From 32b8832d6165ff4e7309fcb7d27abba5cee7d65f Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Fri, 21 May 2021 12:33:01 -0700 Subject: [PATCH] docs: include source code styling section in docs style guide (#42227) Include a source code styling section in the style guide for docs, indicating to follow the Angular style guide where possible and defining hexidecimal style guidance. Closes #23691 PR Close #42227 --- aio/content/guide/docs-style-guide.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/aio/content/guide/docs-style-guide.md b/aio/content/guide/docs-style-guide.md index f30dd20fda..424a1b6106 100644 --- a/aio/content/guide/docs-style-guide.md +++ b/aio/content/guide/docs-style-guide.md @@ -727,6 +727,13 @@ Remember to exclude these files from StackBlitz by listing them in the `stackbli +### Source code styling + +Source code should follow [Angular's style guide](guide/styleguide) where possible. + +#### Hexadecimals + +Hexadecimal should use the shorthand where possible, and use only lowercase letters. {@a live-examples}