Skip to content
Snippets Groups Projects
Commit 172178c0 authored by Dimitrij Mojoski's avatar Dimitrij Mojoski Committed by Jeff Law
Browse files

Autodetect C++ dialect in use for clang-format

	PR other//97076
	* clang-format: Autodetect C++ standard in use rather than
	forcing C++03.
parent 4f0aa5b0
No related branches found
No related tags found
No related merge requests found
......@@ -147,4 +147,4 @@ AlignTrailingComments: true
AllowShortFunctionsOnASingleLine: All
AlwaysBreakTemplateDeclarations: MultiLine
KeepEmptyLinesAtTheStartOfBlocks: false
Standard: Cpp03
Standard: Auto
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment