We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e479b9 commit 9d31309Copy full SHA for 9d31309
install_apt_packages.sh
@@ -40,3 +40,7 @@ sudo apt-get install -y \
40
# Required to build the documentation
41
sudo apt-get install -y \
42
sphinx-common
43
+
44
+# Required for code formatting
45
+sudo apt-get install -y \
46
+ clang-format-18
0 commit comments