Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Whitespace missing on conditional #76

Open
charlie-abbott-deltatre opened this issue Sep 1, 2023 · 1 comment
Open

Whitespace missing on conditional #76

charlie-abbott-deltatre opened this issue Sep 1, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@charlie-abbott-deltatre
Copy link

Noticed this one is not being picked up and doesn't appear to have a setting.

if(true)
and
if else(false)

following formatting on save should be:

if (true)
and
if else (false)

@TwitchBronBron TwitchBronBron added the enhancement New feature or request label May 7, 2024
@TwitchBronBron
Copy link
Member

Yeah that would be great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants