rokucommunity / brighterscript-formatter

A code formatter for BrighterScript (and BrightScript)
MIT License
15 stars 5 forks source link

Fix indent format issue related to optional chaining array access #71

Closed TwitchBronBron closed 1 year ago

TwitchBronBron commented 1 year ago

Fixes a bug in the indent formatter related to if statements and optional chaining operator with array brackets.

Fixes #70