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
The apostrophe in Women's is breaking our formatting here. Is it possible to detect ' or "characters inside our quotes and ignore the quote conversion, similar to how the detection is done in #21 with #{ and double quotes?
The text was updated successfully, but these errors were encountered:
Worth noting for future references that for those of us using VS Code, after updating prettier-plugin-twig-melody, VS Code needs a full restart to start using the updated version.
Here's an example to make sense of:
will format to
The apostrophe in
Women's
is breaking our formatting here. Is it possible to detect'
or"
characters inside our quotes and ignore the quote conversion, similar to how the detection is done in #21 with#{
and double quotes?The text was updated successfully, but these errors were encountered: