Skip to content

Commit db16358

Browse files
committed
PackConstructorInitializers
1 parent 5aefab9 commit db16358

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.clang-format

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ InsertNewlineAtEOF: true
7676
MaxEmptyLinesToKeep: 2
7777
# Do not indent namespaces.
7878
NamespaceIndentation: None
79+
# Put all constructor initializers on the current line if they fit. Otherwise, put each one on its own line.
80+
PackConstructorInitializers: CurrentLine
7981
# Penalty for indentation using spaces rather than tabs.
8082
PenaltyIndentedWhitespace: 0
8183
# Pointer alignment (Left or Right).

0 commit comments

Comments
 (0)