-
Notifications
You must be signed in to change notification settings - Fork 28
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
Equal Sign being pushed. #165
Comments
Hi @wlmelo could you please share your configuration? |
@kokororin could this be related with the new default configurarion for the extension? Would that configuracltion be applied only to new installations or to upgrades too? |
I solved it by uninstalling and reinstalling it. But this time, I clicked to install the previous version. It's back to normal now. Thank you for your attention. |
@driade The default configuration of a VSCode extension will take effect when the user has not explicitly set any configuration. For example, if no passes are configured by the user, the passes value from the default configuration will apply. This behavior is independent of whether the extension was installed fresh or updated; as long as the user has not overridden the settings, the default configuration will be used. |
@kokororin seems like double arrow and equal signs are being aligned even without setting "phpfmt.enable_auto_align" to true. I've tried explicitly setting it to false but the problem remains. |
@cyaoz94 Could you please provide the command line output? You can view it by pressing F1 and selecting phpfmt: Open output. |
Output is as follows:
Currently I'm explicitly defining
|
When formatting the code, the equal sign is being pushed. Is there any configuration to fix this?
Example:
Before:
After:
I want it to stay the same as it was before. Is that possible?
The text was updated successfully, but these errors were encountered: