diff options
| author | Gunnar Mills <gmills@us.ibm.com> | 2018-09-21 16:34:35 -0500 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-09-27 15:24:02 +0000 |
| commit | 73aa4ef1bb3102af23d3c31ff4cee4a4f8bf8b60 (patch) | |
| tree | 4407b442f862745081cfea2c12f5221fdfe00e57 | |
| parent | cf8b012c0e8124781bfe88f6e864b6b93c3991f4 (diff) | |
| download | openbmc-docs-73aa4ef1bb3102af23d3c31ff4cee4a4f8bf8b60.tar.gz openbmc-docs-73aa4ef1bb3102af23d3c31ff4cee4a4f8bf8b60.zip | |
Add Google JavaScript Style Guide
Added a few sentences about following Google's JavaScript Style
Guide.
Change-Id: Ie96c19daf569ca451a805820b856140bf072f6a4
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
| -rw-r--r-- | CONTRIBUTING.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f59fe9f..798bc05 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,6 +85,9 @@ ignore= NONE ### JavaScript +We follow the +[Google JavaScript Style Guide](https://google.github.io/styleguide/jsguide.html). + A .clang-format file that closely approximates our JavaScript coding style is: ``` --- |

