Difference between revisions of "Code beautifier"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (Brackets) |
Karl Jones (Talk | contribs) (→External links) |
||
Line 10: | Line 10: | ||
* [https://github.com/drewhamlett/brackets-beautify brackets-beautify] - beautifier for [[Brackets (text editor)|Brackets]] | * [https://github.com/drewhamlett/brackets-beautify brackets-beautify] - beautifier for [[Brackets (text editor)|Brackets]] | ||
* [https://en.wikipedia.org/wiki/Prettyprint Prettyprint] @ Wikipedia | * [https://en.wikipedia.org/wiki/Prettyprint Prettyprint] @ Wikipedia | ||
+ | |||
+ | [[Category:Computing]] | ||
+ | [[Category:Computer programming]] | ||
+ | [[Category:Software development]] |
Revision as of 15:03, 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.
External links
- codebeautify.org
- Online JavaScript beautifier
- js-beautify - beautifier for JavaScript
- brackets-beautify - beautifier for Brackets
- Prettyprint @ Wikipedia