astyle
Source code indenter, formatter, and beautifier for the C, C++, C# and Java programming languages. Upon running, a copy of the original file is created with an ".orig" appended to the original file name. More information: <http://astyle.sourceforge.net>.
RUN apt-get update && \
apt-get install -y astyle
RUN apt-get update && \
apt-get install -y astyle
RUN apk add astyle
RUN pacman -S --noconfirm astyle
RUN apt-get update && \
apt-get install -y astyle
RUN dnf install -y astyle
RUN apt-get update && \
apt-get install -y astyle