-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Change option defaults in plugins #3972
Copy link
Copy link
Closed
Labels
area:apiIssues with Prettier's Application Programming InterfaceIssues with Prettier's Application Programming Interfacelocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Metadata
Metadata
Assignees
Labels
area:apiIssues with Prettier's Application Programming InterfaceIssues with Prettier's Application Programming Interfacelocked-due-to-inactivityPlease open a new issue and fill out the template instead of commenting.Please open a new issue and fill out the template instead of commenting.
Is it possible to overwrite existing options defaults in plugins?
Example: In the PHP plugin, we'd like to change
tabWidthfrom2to4(prettier/plugin-php#25)I saw that #3615 might be related, but it seems that it covers only the case where plugins introduce new options.