[CodingStandard] Turn on Cpp11BracedListStyle in clang-format

Related work item: Github #24
This commit is contained in:
Minmin Gong 2020-04-30 22:44:31 -07:00
Родитель 2c45bad9e6
Коммит e0a8f7f04a
7 изменённых файлов: 29 добавлений и 29 удалений

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

@ -5,7 +5,7 @@ AllowShortLoopsOnASingleLine: false
AlwaysBreakTemplateDeclarations: true
BreakBeforeBraces: Allman
ColumnLimit: 140
Cpp11BracedListStyle: false
Cpp11BracedListStyle: true
IndentWidth: 4
Language: Cpp
MaxEmptyLinesToKeep: 2