Skip to content

Commit 9d31309

Browse files
committed
[packages] add clang-format
1 parent 1e479b9 commit 9d31309

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install_apt_packages.sh

+4
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ sudo apt-get install -y \
4040
# Required to build the documentation
4141
sudo apt-get install -y \
4242
sphinx-common
43+
44+
# Required for code formatting
45+
sudo apt-get install -y \
46+
clang-format-18

0 commit comments

Comments
 (0)