diff --git a/.clang-format b/.clang-format index 51c3af88..57516392 100644 --- a/.clang-format +++ b/.clang-format @@ -18,17 +18,19 @@ AlwaysBreakBeforeMultilineStrings: 'true' AlwaysBreakTemplateDeclarations: 'Yes' BinPackArguments: 'false' BinPackParameters: 'false' -BreakConstructorInitializers: 'AfterColon' BreakBeforeBraces: Allman +BreakConstructorInitializers: 'AfterColon' BreakInheritanceList: AfterColon BreakStringLiterals: 'true' -IndentCaseLabels: 'true' -IndentWidth: '4' ColumnLimit: '80' ConstructorInitializerAllOnOneLineOrOnePerLine: 'true' +FixNamespaceComments: 'false' IncludeBlocks: Preserve +IndentCaseLabels: 'true' +IndentWidth: '4' IndentWrappedFunctionNames: 'false' KeepEmptyLinesAtTheStartOfBlocks: 'true' +NamespaceIndentation: All PointerAlignment: Left ReflowComments: 'true' SortIncludes: 'false'