I'm making a code editor, so I'm finding a javascript to properly indent code (html, css, javascript) to make code beauty and easy to read.
I have just found js-beautify here https://github.com/einars/js-beautify (for javascript and html). Now looking for css