Question

Many a times, all I need to do is to indent some weird code badly or not indented at all. If I want to make it readable, I need proper indentation. One way to do this is to paste it in Eclipse and use ctrl+shift+F. But it's overkill. And eclipse takes a while to open up.

Is there a lightweight tool to do this?

Was it helpful?

Solution

I like the following site, it has options for how you want your code to be formatted: http://prettyprinter.de/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top