We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently multiline comments are not supported/handled
As well as inline comments, i.e. let num = 42; // this is the answer
let num = 42; // this is the answer
would end up formatted in 2 different lines let num = 42; // this is the answer
let num = 42;
// this is the answer
The text was updated successfully, but these errors were encountered:
add missing fuel-beta-4-rc package to refresh-manifests CI action (#88
fuel-beta-4-rc
f0fe34d
)
leviathanbeak
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: