diff --git a/.clang-format b/.clang-format index 8cac3e161b..84b96ab559 100644 --- a/.clang-format +++ b/.clang-format @@ -16,6 +16,7 @@ BraceWrapping: BreakBeforeBraces: Custom ColumnLimit: 79 IndentPPDirectives: AfterHash +QualifierAlignment: Right SortUsingDeclarations: false SpaceAfterTemplateKeyword: true IncludeBlocks: Regroup