diff options
author | Dimitrij Mojoski <dmjpp@hotmail.com> | 2020-09-17 15:22:33 -0600 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2020-09-17 15:22:33 -0600 |
commit | 172178c0c35e1dabb778c80c26dc872136c45cf5 (patch) | |
tree | 656389ab637502673aef69f541102161d0500b84 /contrib | |
parent | 4f0aa5b051c0d3e81478bcb495e4e072b2d9827d (diff) | |
download | gcc-172178c0c35e1dabb778c80c26dc872136c45cf5.zip gcc-172178c0c35e1dabb778c80c26dc872136c45cf5.tar.gz gcc-172178c0c35e1dabb778c80c26dc872136c45cf5.tar.bz2 |
Autodetect C++ dialect in use for clang-format
PR other//97076
* clang-format: Autodetect C++ standard in use rather than
forcing C++03.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/clang-format b/contrib/clang-format index 7a4e96f..ceb5c1d 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 |