How to Install uncrustify in Ubuntu 18.04



Install uncrustify by entering the following commands in the terminal:

sudo apt update
sudo apt install uncrustify

Description:

C, C++, ObjectiveC, C#, D, Java, Pawn and VALA source code beautifier

Uncrustify is a highly configurable source code formatter. It aligns preprocessor define's, assignments, arithmetics and is able to fix spacing between operators.

Homepage: https://github.com/uncrustify/uncrustify

Version: 0.66.1+dfsg1-1

Section: universe/devel