diff --git a/.clang-format b/.clang-format
index ea2106fcb447f0e8efc997e3fb97e0e32c38b4e6..a6e33f8e838850d973352de29baed047d5cbfa2e 100644
--- a/.clang-format
+++ b/.clang-format
@@ -11,6 +11,6 @@ DerivePointerAlignment: false
 ExperimentalAutoDetectBinPacking: true
 IndentWidth:     4
 PointerAlignment: Left
-Standard:        C++11
+Standard:        Cpp11
 TabWidth:        4
 UseTab:          Never