Normally we can format code or markup in visual studio with Ctrl + K + D shortkeys.
How we can format sql script code like stored procedures or views etc using shortkeys?
Note: I am using SSDT with VS2012, where I can edit scripts of a database, but can't find format option.
Thanks