Autodetect C++ dialect in use for clang-format

PR other//97076
	* clang-format: Autodetect C++ standard in use rather than
	forcing C++03.
This commit is contained in:
Dimitrij Mojoski 2020-09-17 15:22:33 -06:00 committed by Jeff Law
parent 4f0aa5b051
commit 172178c0c3
1 changed files with 1 additions and 1 deletions

View File

@ -147,4 +147,4 @@ AlignTrailingComments: true
AllowShortFunctionsOnASingleLine: All
AlwaysBreakTemplateDeclarations: MultiLine
KeepEmptyLinesAtTheStartOfBlocks: false
Standard: Cpp03
Standard: Auto