Enabled PointerBindsToType in clang-format options.
diff --git a/.clang-format b/.clang-format
index d6c0b05..dd51247 100644
--- a/.clang-format
+++ b/.clang-format
@@ -27,7 +27,7 @@
 PenaltyBreakFirstLessLess: 120
 PenaltyExcessCharacter: 1000000
 PenaltyReturnTypeOnItsOwnLine: 60
-PointerBindsToType: false
+PointerBindsToType: true
 SpacesBeforeTrailingComments: 1
 Cpp11BracedListStyle: false
 Standard:        Cpp03