 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
icetrance
Joined: 12 Oct 2015 Posts: 1 Country: Russian Federation |
|
Formatting issue with empty lines |
|
Hello.
I have a problem with adding extra empty lines while formatting code like
alter function <FunctionName>
(
@Param <Type>
)
returns int
as
begin
<Code>
end
go
Every ctrl+f11 time SqlAssistant add new empty line at the end of script (after go),
but i need have only one empty line after formatting.
Using Formatting Rule for alter function:
ALTER FUNCTION ...
(
...
,...
)
RETURNS ...
WITH ...
,...
AS
<stmtList>
GO
How can I solve this problem?
Sorry, text typed from Google Translate.
|
|
Mon Oct 12, 2015 4:22 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|