How to Install indent in Ubuntu 18.04



Install indent by entering the following commands in the terminal:

sudo apt update
sudo apt install indent

Description:

C language source code formatting program

The `indent' program changes the appearance of a C program by inserting or deleting whitespace. . `indent' also provides options for controlling the alignment of braces and declarations, program indenting, and other stylistic parameters, including formatting of both C and C++ comments.

Version: 2.2.11-5

Section: devel