vscode-rpgle icon indicating copy to clipboard operation
vscode-rpgle copied to clipboard

Lint option: Add option to have WHEN/OTHER not indented relative to SELECT

Open BrianGarland opened this issue 3 years ago • 0 comments

true would result in this:

SELECT;
WHEN condition;
    operation;
WHEN condition;
    operation;
OTHER;
    operation;
ENDSL;

BrianGarland avatar Dec 05 '22 19:12 BrianGarland