moguzalp

Results 1 issues of moguzalp

What I would like to achieve is not to add break lines on statement such as: `declare @someVar smallint, @someOtherVar char(1)` Undesired output is ``` DECLARE @someVar SMALLINT ,@someOtherVar CHAR(1)...