[CodingStandard] Turn on Cpp11BracedListStyle in clang-format
Related work item: Github #24
This commit is contained in:
Родитель
2c45bad9e6
Коммит
e0a8f7f04a
|
@ -5,7 +5,7 @@ AllowShortLoopsOnASingleLine: false
|
|||
AlwaysBreakTemplateDeclarations: true
|
||||
BreakBeforeBraces: Allman
|
||||
ColumnLimit: 140
|
||||
Cpp11BracedListStyle: false
|
||||
Cpp11BracedListStyle: true
|
||||
IndentWidth: 4
|
||||
Language: Cpp
|
||||
MaxEmptyLinesToKeep: 2
|
||||
|
|
Загрузка…
Ссылка в новой задаче