commit | 0dcc430a56ba3a293972423305451dfe37ab00c7 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Sep 24 10:39:54 2018 -0700 |
committer | Gunnar Mills <gmills@us.ibm.com> | Thu Sep 27 15:36:14 2018 +0000 |
tree | 5c390b5724292092427168a1d3f609caeaff9906 | |
parent | 1cd8ea1f6cd967e1bae6a60aa709e4c97a37c8af [diff] [blame] |
add .clang-format exemplars Adds .clang-format for cpp and javascript Change-Id: I8a7ed63be54a3f44ef448cf603ee2a8643436afd Signed-off-by: Patrick Venture <venture@google.com>
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 +...