aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ClangFormat/.clang-format6
1 files changed, 5 insertions, 1 deletions
diff --git a/ClangFormat/.clang-format b/ClangFormat/.clang-format
index a43fafa..fb0ef55 100644
--- a/ClangFormat/.clang-format
+++ b/ClangFormat/.clang-format
@@ -3,7 +3,11 @@ BasedOnStyle: LLVM
IndentWidth: 2
AccessModifierOffset: -2
AlignAfterOpenBracket: Align
-AllowShortLoopsOnASingleLine: true
+AlignConsecutiveAssignments: true
+AlignConsecutiveBitFields: true
+AlignConsecutiveMacros: true
+AlignEscapedNewlines: true
+AllowShortLoopsOnASingleLine: false
AllowShortLambdasOnASingleLine: Empty
AlwaysBreakTemplateDeclarations: Yes
BreakBeforeBraces: Custom