.clang-format: allow packing of initializer lists

Change-Id: Iffe907de3a4db519b50f3855c121c8f6d26db450
This commit is contained in:
James Zern 2016-01-27 15:06:22 -08:00
Родитель f0d02d84e9
Коммит 101cef8f20
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -24,7 +24,7 @@ BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
ColumnLimit: 80
CommentPragmas: '^ IWYU pragma:'
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true