indent

Change the appearance of a C/C++ program by inserting or deleting whitespace. More information: <https://www.gnu.org/software/indent/>.

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