codefori / codefori/vscode-rpgle
Lint option: Add option to have WHEN/OTHER not indented relative to SELECT
Open
- Dominant language
- TypeScript
- Stars
- 57
- Forks
- 35
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 1
Description
true would result in this:
```
SELECT;
WHEN condition;
operation;
WHEN condition;
operation;
OTHER;
operation;
ENDSL;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.