From: Dimitrij Mojoski Date: Thu, 17 Sep 2020 21:22:33 +0000 (-0600) Subject: Autodetect C++ dialect in use for clang-format X-Git-Tag: basepoints/gcc-12~4988 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=172178c0c35e1dabb778c80c26dc872136c45cf5;p=thirdparty%2Fgcc.git Autodetect C++ dialect in use for clang-format PR other//97076 * clang-format: Autodetect C++ standard in use rather than forcing C++03. --- diff --git a/contrib/clang-format b/contrib/clang-format index 7a4e96f64ca6..ceb5c1d524f5 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