diff --git a/.clang-format b/.clang-format
index 1599ff01fc437f301a80b434a581a08681ff5da5..67d2f62403ada6e4d0cb132b65a5475bf38aef0b 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,6 +1,7 @@
 ---
 Language:        Cpp
 # BasedOnStyle:  Google
+# Generated with clang-format 3.7.1
 AccessModifierOffset: -1
 AlignAfterOpenBracket: true
 AlignConsecutiveAssignments: false
@@ -28,7 +29,7 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: false
 ConstructorInitializerIndentWidth: 4
 ContinuationIndentWidth: 4
 Cpp11BracedListStyle: false
-DerivePointerAlignment: true
+DerivePointerAlignment: false
 DisableFormat:   false
 ExperimentalAutoDetectBinPacking: false
 ForEachMacros:   [ foreach, Q_FOREACH, BOOST_FOREACH ]