-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Option to not format double curly braces (mustache)? #98
Comments
Maybe I will try to fix this this weekend, but don't know I have time |
@xerroxcopy Can you give me more examples for testing purposes? IMO it should be more then just text-tokens 🤔 |
Sorry for the late response. As far as Svelte goes, text should be enough. Not sure of other possible examples though... |
Oh interesting info that you are using Svelte |
I will now release a version |
Thank you so much, i've just updated it and it works perfectly! and i'm sorry i meant stein, not svelte... my bad. |
Request / Idea
I'm using Stein for a very simple website together with pug. Stein Expedite allows users to use column-names directly in HTML, as in
{{colname}}
. However, prettier seems to format this into{{ colname }}
even whenbracketSpacing
is set to false. And Stein does not work if formatted that way. Is this possible, or am I doing something wrong / missing something?My
.prettierrc.js
looks like below:Input
Expected Output
exactly the same as input.
The text was updated successfully, but these errors were encountered: