Code prettifier
Definitions
A software tool that automatically reformats source code to improve its readability and ensure consistent styling.
A utility that parses raw code and applies predefined formatting rules, such as indentation and spacing, to make it easier for humans to read.
Examples
I used a code prettifier to fix the inconsistent indentation in my JavaScript file.
Most modern IDEs include a built-in code prettifier to ensure your source code follows style guidelines.
Before submitting your pull request, please run your script through a code prettifier to improve readability.
Synonyms
Code formatter Pretty printer Source beautifier Code cleaner Code restyler Code refactorer Syntax highlighter
Antonyms
Code minifier Code obfuscator Code compressor Code mangler Code uglifier Source scrambler