Update file .clang-format
diff --git a/.clang-format b/.clang-format
index f3870b8..b293c3e 100644
--- a/.clang-format
+++ b/.clang-format
@@ -1,7 +1,8 @@
 ---
-Language:     Cpp
 BasedOnStyle: Google
 ColumnLimit:  120
+---
+Language:     Cpp
 StatementMacros:
   - EIGEN_STATIC_ASSERT
 SortIncludes: false