diff --git a/azure-pipelines/util/format_diff_lines.pl b/azure-pipelines/util/format_diff_lines.pl index 5955421e..413022aa 100644 --- a/azure-pipelines/util/format_diff_lines.pl +++ b/azure-pipelines/util/format_diff_lines.pl @@ -13,7 +13,7 @@ my @hunks; # Current file my $current_file; -my @CLANG_FMT_CMDS = ("clang-format", "clang-format-9"); +my @CLANG_FMT_CMDS = ("clang-format-13","clang-format-12", "clang-format"); my $clang_format_cmd = ""; for my $c (@CLANG_FMT_CMDS) { if (`$c --version`) {