diff --git a/.clang-format b/.clang-format index d6e086f..b8bcb7e 100644 --- a/.clang-format +++ b/.clang-format @@ -7,6 +7,7 @@ AllowAllArgumentsOnNextLine: false AllowAllParametersOfDeclarationOnNextLine: false AllowShortFunctionsOnASingleLine: false BreakBeforeBraces: Allman +BreakBeforeConceptDeclarations: Always BreakBeforeTernaryOperators: true BreakInheritanceList: BeforeColon ColumnLimit: 100 @@ -36,3 +37,6 @@ ReferenceAlignment: Left SortIncludes: CaseInsensitive SpaceBeforeCaseColon: true SpaceBeforeParens: ControlStatements + +# Deprecated +AlwaysBreakTemplateDeclarations: true