We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aefab9 commit db16358Copy full SHA for db16358
.clang-format
@@ -76,6 +76,8 @@ InsertNewlineAtEOF: true
76
MaxEmptyLinesToKeep: 2
77
# Do not indent namespaces.
78
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
81
# Penalty for indentation using spaces rather than tabs.
82
PenaltyIndentedWhitespace: 0
83
# Pointer alignment (Left or Right).
0 commit comments