When pressing "Enter" at the end of a line, the indentation of the next line should be same as the previous line
For example:
IF @ID > 1
BEGIN
SELECT '1'
FROM ID
END
Instead of
IF @ID > 1
BEGIN
SELECT '1'
FROM ID
END
1
vote
Esmari Le Grange
shared this idea
-
AdminDevart (_, Devart) commented
Hi,
Thanks for your patience!
The selects are the same - we can't see the issues.
Best,
Devart Support Team
-
Esmari Le Grange commented
Indentation example not showing properly on the suggestion/idea