Replies: 2 comments
-
|
I need to confirm this is the case - it appears my Zed editor might not be using mago despite trying to configure it to do so. Will re-open after more investigation, if needed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I think this is the best option. please open an issue for the feature request. |
Beta Was this translation helpful? Give feedback.
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.
-
Idea: Implement an enum type for trailing-comma in the formatter so that one could pick and choose where the trailing comma is placed. Basically, my company's coding standards don't allow the trailing comma at the end of multi-line argument lists, and while not a PSR spec, the PSR examples also don't show a comma at the end of multi-line argument lists. You can see how PHP CS Fixer has various arguments for their trailing comma rule. Another option is to add another boolean such as exclude-arguments-trailing-comma.
Beta Was this translation helpful? Give feedback.
All reactions