Skip to content

Commit

Permalink
update some possible clang-format option
Browse files Browse the repository at this point in the history
  • Loading branch information
yhmtsai committed Jul 15, 2021
1 parent b5558c4 commit 9ec1567
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion FindClangFormat.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
# endif()

find_program(ClangFormat_EXECUTABLE
NAMES clang-format clang-format-5.0
NAMES clang-format clang-format-11 clang-format-10
clang-format-9 clang-format-8 clang-format-7
clang-format-6.0 clang-format-5.0
clang-format-4.0 clang-format-3.9
clang-format-3.8 clang-format-3.7
clang-format-3.6 clang-format-3.5
Expand Down

0 comments on commit 9ec1567

Please sign in to comment.