summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-09-24 09:24:38 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-09-27 15:36:05 +0000
commit1d97520f146d586ee6c7057769c5d94d1bc9a08d (patch)
treec97d81a9939290df0f902852af14eb543d9ddaea
parent73aa4ef1bb3102af23d3c31ff4cee4a4f8bf8b60 (diff)
downloadopenbmc-docs-1d97520f146d586ee6c7057769c5d94d1bc9a08d.tar.gz
openbmc-docs-1d97520f146d586ee6c7057769c5d94d1bc9a08d.zip
Added HTML/CSS Coding Style
Following https://google.github.io/styleguide/htmlcssguide.html for HTML/CSS Coding Style. Change-Id: I19bdf27617bfa0c6674f2a1dcae66b8abf1a8dc7 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--CONTRIBUTING.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 798bc05..9a130ab 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -96,6 +96,11 @@ BasedOnStyle: Google
ColumnLimit: 80
```
+### HTML/CSS
+
+We follow the
+[Google HTML/CSS Style Guide](https://google.github.io/styleguide/htmlcssguide.html).
+
### C
For C code, we typically use the Linux coding style, which is documented at:
OpenPOWER on IntegriCloud