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

Add multiline comments and inline comments #88

Closed
leviathanbeak opened this issue Jun 21, 2021 · 0 comments
Closed

Add multiline comments and inline comments #88

leviathanbeak opened this issue Jun 21, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request formatter

Comments

@leviathanbeak
Copy link
Contributor

leviathanbeak commented Jun 21, 2021

Currently multiline comments are not supported/handled

As well as inline comments, i.e.
let num = 42; // this is the answer

would end up formatted in 2 different lines
let num = 42;
// this is the answer

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

No branches or pull requests

2 participants