commit | 2c7feee861dc582a7e6cff0000f8f5af9f47062e | [log] [tgz] |
---|---|---|
author | Austin Schuh <austin.linux@gmail.com> | Thu Oct 28 20:46:50 2021 -0700 |
committer | Austin Schuh <austin.linux@gmail.com> | Thu Oct 28 20:49:07 2021 -0700 |
tree | 0be52272243335b83de3c9816c914cc73612e8c1 | |
parent | 0b421383c0f2aef3d428a65f0d0ffc858fa416fb [diff] [blame] |
Add configuration for Typescript for clang-format This gives us a standard way to format our code! Change-Id: I8e7cd7aec1475dd64aec35be7bdcbd12414c500f Signed-off-by: Austin Schuh <austin.linux@gmail.com>
diff --git a/.clang-format b/.clang-format index 510c427..fa1936b 100644 --- a/.clang-format +++ b/.clang-format
@@ -6,3 +6,8 @@ DerivePointerAlignment: false PointerAlignment: Right Standard: Cpp11 + +--- +Language: JavaScript +BasedOnStyle: Google +ColumnLimit: 80