Adjust the style to be in alignment with what the rest of code is

This commit is contained in:
Max Golovanov 2019-10-23 16:26:04 -07:00
Родитель 04adef5011
Коммит 769dc1d92b
1 изменённых файлов: 3 добавлений и 2 удалений

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

@ -9,7 +9,7 @@ AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None
@ -22,7 +22,7 @@ BreakBeforeBraces: Allman
BreakBeforeTernaryOperators: true
BreakConstructorInitializers: AfterColon
#BreakInheritanceList: AfterColon
ColumnLimit: 256
ColumnLimit: 0
CommentPragmas: '^ IWYU pragma:'
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 4
@ -63,3 +63,4 @@ SpacesInSquareBrackets: false
Standard: Auto
TabWidth: 2
UseTab: Never
FixNamespaceComments: false