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
collapse_simple_statement
I would like simple expressions to can collapse, but complex not
This has been annoying for a very long time but I was too lazy to write issue)
that is, if there is already a newline no need to collapse
like gofmt behavior
next code can't be changed (additional option may be required)
if ok then return end if ok then return end function func() return end function func() return end
I would also personally like so that there no new line instead ; between commands
;
some1(); some2(); break
but maybe I'm the only one so for now without a separate issue
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I would like simple expressions to can collapse, but complex not
This has been annoying for a very long time
but I was too lazy to write issue)
that is, if there is already a newline no need to collapse
like gofmt behavior
next code can't be changed (additional option may be required)
I would also personally like
so that there no new line instead
;
between commandsbut maybe I'm the only one
so for now without a separate issue
The text was updated successfully, but these errors were encountered: