Term of the Moment

Google One


Look Up Another Term


Definition: code beautifier


A program that improves the presentation of programming source code. Based on an analysis of the syntax, it indents lines appropriately and squashes extraneous blank spaces and lines in order to produce more readable code. See prettyprint.