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
$arr = [ $this->something() ->something(), ]; $this->something() ->something();
(use-package php-mode :ensure t :config (setq c-basic-offset 4) (add-hook 'php-mode-hook 'php-enable-psr2-coding-style) )
If the the result shown in expected cannot become the default, how can I customize this with config?
expected
Another example of this https://nova.laravel.com/docs/3.0/resources/fields.html#keyvalue-field
The text was updated successfully, but these errors were encountered:
Fix indentation of object operator at the beginning of line
25e0a9e
#623
@scottgrayson Thank you for reporting. Probably solved in #624.
Sorry, something went wrong.
that solved it
Successfully merging a pull request may close this issue.
Indented
expected
config
If the the result shown in
expected
cannot become the default, how can I customize this with config?Another example of this https://nova.laravel.com/docs/3.0/resources/fields.html#keyvalue-field
The text was updated successfully, but these errors were encountered: