You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am a big fan of your vscode extension and a premium user but I tend to prefer phpfmt to the formatter included in the extension for two reasons. This is an issue about the first which is very minor:
I like to specify my namespace on the same line as the first php opening bracket like such:
<?php namespace App\Services;
// ...
but when I use your formatter it moves the namespace decleration to it's own line:
<?php
namespace App\Services;
// ...
I would appreciate it if there was an option to disable this behavior
The text was updated successfully, but these errors were encountered:
Hello, I am a big fan of your vscode extension and a premium user but I tend to prefer phpfmt to the formatter included in the extension for two reasons. This is an issue about the first which is very minor:
I like to specify my namespace on the same line as the first php opening bracket like such:
but when I use your formatter it moves the namespace decleration to it's own line:
I would appreciate it if there was an option to disable this behavior
The text was updated successfully, but these errors were encountered: