💬 Describe the Feature
Support the following configuration options:
If the user does not set these options, they should fall back to whatever is set for JS/TS.
Any others? Tell me in a comment!
🔬 Use Case
As a developer, I might want to use different prettier configuration for my embedded Glimmer templates than I use for my JS/TS code.
Examples:
- 120 character print width is common for hbs files while 80 is more common for JS/TS.
- People commonly use double quotes in hbs files and single quotes in JS/TS.
💬 Describe the Feature
Support the following configuration options:
templatePrintWidthtemplateSingleQuoteIf the user does not set these options, they should fall back to whatever is set for JS/TS.
Any others? Tell me in a comment!
🔬 Use Case
As a developer, I might want to use different prettier configuration for my embedded Glimmer templates than I use for my JS/TS code.
Examples: