I see the product still has that irritating behavior of inserting a space in front of every semicolon. Is there any way to turn off this behavior? If not, can the development team please give us a way to turn off this behavior?

Here's an example:
-- Unformatted code
declare @table_name varchar(50);
declare @code_field varchar(50);
declare @desc_field varchar(150);
declare @this_code  varchar(50);
-- Formatted code
DECLARE @table_name VARCHAR(50) ;
DECLARE @code_field VARCHAR(50) ;
DECLARE @desc_field VARCHAR(150) ;
DECLARE @this_code VARCHAR(50) ;
Wyatt70
0

Comments

1 comment

  • Luke Jefferson
    Thanks for your feedback. I've added your comments to our backlog and we will look at improving this in a future release.

    Luke Jefferson
    Product Manager
    Red Gate Software
    Luke Jefferson
    0

Add comment

Please sign in to leave a comment.