clang-format
Tool to auto-format C/C++/Java/JavaScript/Objective-C/Protobuf/C# code. More information: <https://clang.llvm.org/docs/ClangFormat.html>.
RUN apt-get update && \
apt-get install -y clang-format
RUN apt-get update && \
apt-get install -y clang-format
RUN apk add clang
RUN pacman -S --noconfirm clang
RUN apt-get update && \
apt-get install -y clang-format
RUN yum install -y clang
RUN dnf install -y clang
RUN apt-get update && \
apt-get install -y clang-format