Comments
1 comment
- 
                
                   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). 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
Add comment
Please sign in to leave a comment.
An example would be:
IF @Test > 0 BEGIN SET @Result = CASE @Test WHEN 1 THEN 'A' WHEN 2 THEN 'B' ELSE 'C' END END