How can we help you today? How can we help you today?

Suggestion For Indenting Option

Please consider adding an indenting option that would indent by the number of characters in the keyword that caused the indenting to occur plus 1 (for the trailing space).

An example would be:
  IF @Test > 0
     BEGIN
           SET @Result = CASE @Test WHEN 1
                                    THEN 'A'
                                    WHEN 2
                                    THEN 'B'
                                    ELSE 'C'
                         END
     END
PaulLach
0

Comments

1 comment

  • Andras B
    PaulLach wrote:
    Please consider adding an indenting option that would indent by the number of characters in the keyword that caused the indenting to occur plus 1 (for the trailing space).

    An example would be:
    ...

    Hi Paul,

    we will consider this request for the next beta or for the final release.
    Many thanks,
    Andras
    Andras B
    0

Add comment

Please sign in to leave a comment.