Skip to content
Snippets Groups Projects
Commit 101cef8f authored by James Zern's avatar James Zern
Browse files

.clang-format: allow packing of initializer lists

Change-Id: Iffe907de3a4db519b50f3855c121c8f6d26db450
parent f0d02d84
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
ColumnLimit: 80
CommentPragmas: '^ IWYU pragma:'
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment