diff options
author | Arthur Heymans <arthur@aheymans.xyz> | 2019-01-11 14:08:02 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2019-01-30 11:47:56 +0000 |
commit | a35904b29cf4f2ae9ab56122a3b0ee6aa6ffb823 (patch) | |
tree | 401d85a89a31b91a1b7666535bd725e76f463df2 /Documentation/index.md | |
parent | 19f5201463ff3ffe26754a69df493a37a6c96a05 (diff) |
Documentation: Add coding style
This is the old wiki page https://www.coreboot.org/Coding_Style
coverted from mediawiki to markdown.
Change-Id: Id56a8b7500121c4d9c18bc0b6bbc2c05402268dc
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/30834
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Documentation/index.md')
-rw-r--r-- | Documentation/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/index.md b/Documentation/index.md index 9fdb0dca8c..5c389097ce 100644 --- a/Documentation/index.md +++ b/Documentation/index.md @@ -9,6 +9,7 @@ Contents: * [Getting Started](getting_started/index.md) * [Rookie Guide](lessons/index.md) +* [Coding Style](coding_style.md) * [Code of Conduct](code_of_conduct.md) * [Timestamps](timestamp.md) * [Intel IFD Binary Extraction](Binary_Extraction.md) |