Replies: 1 comment
|
I'm not familiar with VS Code junstyle extension. For deeper help with it, as that extension support. What I see in your logs:
and indeed: to have your config file effective, you must get rid of that |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hopefully this is a legit question for this repo. When running a format inside VS code the formatting is not honoring my config rules. I am using the composer version of fixer and running on Windows 11. I can't for the life of me figure out what I am missing to get my rules to take effect?
Here is my php cs fixer config file:
Here is the original file:
Running a format in VS code results in the following (note opening braces have been moved to new line):
The output from php cs fixer in the VS code output window is:
Here are my (relevant) VS Code settings:
All reactions