commit | 676c9934d0318b9dc5858c1a9b8e21d6186633d3 | [log] [tgz] |
---|---|---|
author | Brian Silverman <bsilver16384@gmail.com> | Sat Jan 30 12:18:22 2016 -0800 |
committer | Gerrit Code Review <gerrit@robotics.mvla.net> | Sat Jan 30 12:18:22 2016 -0800 |
tree | 6c753f1784ac06e5f25cd3fa08a67716ac9dab31 | |
parent | f4520e29da835cce014c75e8724e7b55d313c14a [diff] | |
parent | cda866656f8f2e89125d175348d098f75d8c2a5c [diff] |
Merge "Improve matrix logging"
diff --git a/.clang-format b/.clang-format index 11973e3..510c427 100644 --- a/.clang-format +++ b/.clang-format
@@ -1 +1,8 @@ -BasedOnStyle: 'google' +--- +BasedOnStyle: Google +--- +Language: Cpp +# Force pointers to the type for C++. +DerivePointerAlignment: false +PointerAlignment: Right +Standard: Cpp11