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:
parent
4f0aa5b051
commit
172178c0c3
@ -147,4 +147,4 @@ AlignTrailingComments: true
|
|||||||
AllowShortFunctionsOnASingleLine: All
|
AllowShortFunctionsOnASingleLine: All
|
||||||
AlwaysBreakTemplateDeclarations: MultiLine
|
AlwaysBreakTemplateDeclarations: MultiLine
|
||||||
KeepEmptyLinesAtTheStartOfBlocks: false
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||||||
Standard: Cpp03
|
Standard: Auto
|
||||||
|
Loading…
Reference in New Issue
Block a user