Skip to content

Commit

Permalink
[script] now use clang-format-14 as c++/c formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
tangxifan committed May 5, 2024
1 parent 421f396 commit 8baa53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ endif

# Define executables
PYTHON_EXEC ?= python3
CLANG_FORMAT_EXEC ?= clang-format-10
CLANG_FORMAT_EXEC ?= clang-format-14
XML_FORMAT_EXEC ?= xmllint
PYTHON_FORMAT_EXEC ?= black

Expand Down

0 comments on commit 8baa53c

Please sign in to comment.