feat(dev): add clang-format

Required for formatting C.
This commit is contained in:
innovaker 2020-12-07 15:03:31 +00:00
parent 211d55488e
commit 52fe7ae11f

View File

@ -51,6 +51,7 @@ RUN \
&& curl -sL https://deb.nodesource.com/setup_14.x | bash - \
&& apt-get -y update \
&& apt-get -y install --no-install-recommends \
clang-format \
g++-multilib \
gpg-agent \
libsdl2-dev \