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

Did SP-1662 ever get implemented? (NOT indenting Begin/End)

Hi there, looking through the release notes I don't find whether SP-1662 was ever implemented.

I'd prefer SQL Prompt not to indent the begin/end blocks, and instead prefer:
if {expression}
begin
    {action}
end

Original request:
http://www.red-gate.com/messageboard/vi ... ght=sp1662

Thanks!
willspurgeon
0

Comments

1 comment

  • Manfred.Castro
    This option is not in available in the UI but you should be able to modify it in a config file:

    c:\Users\<username>\AppData\Local\Red Gate\SQL Prompt 6\RedGate_SqlPrompt_Format_Layout_LayoutOptions.xml

    Change the following entry to false:

    <IndentBeginToken>False</IndentBeginToken>
    Manfred.Castro
    0

Add comment

Please sign in to leave a comment.