commit | f4520e29da835cce014c75e8724e7b55d313c14a | [log] [tgz] |
---|---|---|
author | Comran Morshed <comranmorsh@gmail.com> | Mon Jan 18 16:36:28 2016 +0000 |
committer | Comran Morshed <comranmorsh@gmail.com> | Mon Jan 18 16:36:28 2016 +0000 |
tree | 9e0ede8867052a5c1d79dce2072158a107695af1 | |
parent | 0520cbfdb790f4a9061435e87e951cebdd9dc945 [diff] [blame] |
Add Phil's clang-format config that fixes pointer alignment. Change-Id: I71293c286a76b1f828eeb3a0842289ee24053b13
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