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
Split stopped working for multiline statements. e.g.
func New(param1 string, param2 int, param3 bool) { ... } var t := Some{ fieldA: "", fieldB: 0}
This was working before ecc6584 Would it be possible to restore it?
This functionality is extremely helpful when dealing with bad formatted code (multiline).
The text was updated successfully, but these errors were encountered:
treesj is not a formatter, maybe better to use built-in lsp formatter to format code? :-)
treesj
Would it be possible to restore it?
I don't want to restore it, but maybe later I will add an option to manage this behavior.
Sorry, something went wrong.
No branches or pull requests
Split stopped working for multiline statements. e.g.
This was working before ecc6584
Would it be possible to restore it?
This functionality is extremely helpful when dealing with bad formatted code (multiline).
The text was updated successfully, but these errors were encountered: