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

Inline elseif are not well indented

Open goren74 opened this issue 2 years ago • 1 comments

Hello, seems like there is an issue when formatting inlined elseif which have multiple condition inside if :

image

if I put each elseif in a new line or if i put all conditions in a single line, formatting is good.

Thanks

goren74 avatar May 12 '23 14:05 goren74

The internal style guide I wrote for our code prohibits that style, but I'm not against it. I'll happily accept a PR fixing it, but right now I'm working on deeper fixes to the grammar.

bitwisecook avatar May 12 '23 17:05 bitwisecook