Difference between revisions of "Code beautifier"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Brackets)
(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 16: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