aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index f8a3b222..682db3fb 100644
--- a/.clang-format
+++ b/.clang-format
@@ -61,7 +61,7 @@ BreakBeforeBraces: Custom
ColumnLimit: 80
#CommentPragmas: '^!|^:'
CompactNamespaces: false
-#ConstructorInitializerAllOnOneLineOrOnePerLine: false
+ConstructorInitializerAllOnOneLineOrOnePerLine: true
#ConstructorInitializerIndentWidth: 4
#ContinuationIndentWidth: 4
Cpp11BracedListStyle: false