Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Comments indented wrong in if statements #324

Open
ursi opened this issue Jan 28, 2024 · 0 comments
Open

Comments indented wrong in if statements #324

ursi opened this issue Jan 28, 2024 · 0 comments
Labels
formatting Issue with the output format needs triage

Comments

@ursi
Copy link

ursi commented Jan 28, 2024

Input

if predicate then
  # green
  something
else
  something-eslse

Output

if predicate then
# green
  something
else
  something-eslse

Desired output

if predicate then
  # green
  something
else
  something-eslse
@ursi ursi added formatting Issue with the output format needs triage labels Jan 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
formatting Issue with the output format needs triage
Projects
None yet
Development

No branches or pull requests

1 participant