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>.

Debian Debian
RUN apt-get update && \ apt-get install -y astyle
Ubuntu
RUN apt-get update && \ apt-get install -y astyle
Alpine
RUN apk add astyle
Arch Arch Linux
RUN pacman -S --noconfirm astyle
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y astyle
Fedora
RUN dnf install -y astyle
Raspbian
RUN apt-get update && \ apt-get install -y astyle
click the source code to copy install astyle on any operating system with command-not-found.com