diff --git a/contrib/clang-format b/contrib/clang-format index 7a4e96f64ca..ceb5c1d524f 100644 --- a/contrib/clang-format +++ b/contrib/clang-format @@ -147,4 +147,4 @@ AlignTrailingComments: true AllowShortFunctionsOnASingleLine: All AlwaysBreakTemplateDeclarations: MultiLine KeepEmptyLinesAtTheStartOfBlocks: false -Standard: Cpp03 +Standard: Auto