diff --git a/.clang-format b/.clang-format
index 43a883206be9b0bddcb0ea33ed6dfd3386dec5b7..e2ebecb68d3dda8666fd41225bf372f43c314670 100644
--- a/.clang-format
+++ b/.clang-format
@@ -3,7 +3,7 @@ Language:        Cpp
 BasedOnStyle:  Google
 AccessModifierOffset: -4
 AlignAfterOpenBracket: AlwaysBreak
-#AllowShortEnumsOnASingleLine: false
+AlignConsecutiveAssignments: true
 AllowShortFunctionsOnASingleLine: Empty
 AllowShortIfStatementsOnASingleLine: Never
 AllowShortLambdasOnASingleLine: Empty