I see in the VS2010 Tools> Options dialog box, there is a section on how to format SQL:

I work with a very large stored procedure on our server, which is not formatted at all. I thought it would be great to create a new SQL file in my project, copy and paste the text from the stored procedure there, and the text editor apply automatic formatting to all SQL.
When I call "Add> New Item" and get this dialog box, there seems to be no installed template with the extension .sql.

I see a SQL Server database template , but that is not what I need. LINQ to SQL Classes is not suitable.
, VS2010?