Activity overview
Latest activity by thomaswoof
Formatting - placing stored proc parameters on new line(s)
I'd like my stored procedures to be formatted as:
CREATE PROC [someProc]
(
[tab]@someParameter [datatype]
[tab],@anotherParameter [datatype]
)
but when the proc only has one parameter, it's putting...