IF Statement block formatting is messed up
IF Statement block formatting is messed up
IF 1 = 1
BEGIN
PRINT 'DO STUFF'
END
becomes
IF 1 = 1 BEGIN
PRINT 'DO STUFF';
END;
which is what I want...I want to leave the BEGIN END indention
5
votes
Jeff Brannick
shared this idea