SQL Server - Formatting Queries or Store Procedures

As in ASP.Net where you can always format your code, I always like the formatting my queries and store procedures in SQL Server to be formated too. I found one of this good online SQL Query formatting tool you can use, You need Java to be installed to use it (Java 1.6.0) Here is the link: http://www.sqlinform.com/free_online_sw.html

If you run Java 1.6.0 Update 24 you will need to accept the digital signature, a window popups up and click on "Run" to be able to cut & paste your SQL into SQLinForm Online Version. See screenshot below 



Screenshot of formatting the SQL Query



If you know any better tool online let me know too :)