diff options
| author | Patrick Venture <venture@google.com> | 2018-09-24 10:39:54 -0700 |
|---|---|---|
| committer | Gunnar Mills <gmills@us.ibm.com> | 2018-09-27 15:36:14 +0000 |
| commit | 0dcc430a56ba3a293972423305451dfe37ab00c7 (patch) | |
| tree | 5c390b5724292092427168a1d3f609caeaff9906 /style/javascript | |
| parent | 1cd8ea1f6cd967e1bae6a60aa709e4c97a37c8af (diff) | |
| download | openbmc-docs-0dcc430a56ba3a293972423305451dfe37ab00c7.tar.gz openbmc-docs-0dcc430a56ba3a293972423305451dfe37ab00c7.zip | |
add .clang-format exemplars
Adds .clang-format for cpp and javascript
Change-Id: I8a7ed63be54a3f44ef448cf603ee2a8643436afd
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'style/javascript')
| -rw-r--r-- | style/javascript/.clang-format | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/style/javascript/.clang-format b/style/javascript/.clang-format new file mode 100644 index 0000000..1240600 --- /dev/null +++ b/style/javascript/.clang-format @@ -0,0 +1,5 @@ +--- +Language: JavaScript +BasedOnStyle: Google +ColumnLimit: 80 +... |

