Difference between revisions of "Code beautifier"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) |
||
Line 2: | Line 2: | ||
The process of formatting source code using a code beautifier is known as '''code beautification'''. | The process of formatting source code using a code beautifier is known as '''code beautification'''. | ||
+ | |||
+ | == See also == | ||
+ | |||
+ | * [[Source code]] | ||
== External links == | == External links == |
Latest revision as of 15:04, 24 April 2016
A code beautifier is a computer program which formats source code for better readability.
The process of formatting source code using a code beautifier is known as code beautification.
See also
External links
- codebeautify.org
- Online JavaScript beautifier
- js-beautify - beautifier for JavaScript
- brackets-beautify - beautifier for Brackets
- Prettyprint @ Wikipedia