diff --git a/_clang-format b/_clang-format
index fd4568931b..c9c47d9f17 100644
--- a/_clang-format
+++ b/_clang-format
@@ -1,9 +1,10 @@
+# minimum clang-format 10
 BasedOnStyle: LLVM
 AccessModifierOffset: -4
 AlignAfterOpenBracket: Align
 AlignConsecutiveAssignments: false
 AlignConsecutiveDeclarations: true
-AlignOperands: Align
+AlignOperands: true
 AlignTrailingComments: true
 AllowAllConstructorInitializersOnNextLine: false
 AllowAllParametersOfDeclarationOnNextLine: false