diff --git a/.clang-format b/.clang-format
index 9b6f9f73236403e6bd02e2603893584f86c99515..16ed32daf284ca523f08b12ce80806091b9584b1 100644
--- a/.clang-format
+++ b/.clang-format
@@ -27,3 +27,10 @@ SortIncludes: false
 IndentPPDirectives: AfterHash
 StatementMacros: [MARKUPMAP, ASSERT_TRUE, ASSERT_FALSE, TEST, CHECK]
 
+# The Google coding style states:
+# You should do this consistently within a single file, so, when modifying an
+# existing file, use the style in that file.
+# Let's be more prescriptive and default to the one used in the Mozilla
+# coding style
+DerivePointerAlignment: false
+PointerAlignment: Left