commit | d27bb135f1561b87a174d1b9890dde2f3cf01c80 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Thu May 24 11:07:27 2018 -0700 |
committer | Andrew Geissler <geissonator@yahoo.com> | Thu May 24 11:07:27 2018 -0700 |
tree | fee09cde2808a2319d33f65092bebecb9651dd78 | |
parent | ba5e3f3484c0de46f4f5fc5baf5804648179a9eb [diff] [blame] |
Format code using clang-format-5.0 Once merged, this repository will have CI enforce the coding guidelines in the .clang-format file. Change-Id: I96a05972665f9c67625c6850c3da25edc540be06 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/.clang-format b/.clang-format new file mode 100644 index 0000000..c246548 --- /dev/null +++ b/.clang-format
@@ -0,0 +1,4 @@ +--- +Language: JavaScript +BasedOnStyle: Google +ColumnLimit: 80