Christian Zosel
Christian Zosel
Hi @RobIsHere, i tried to reproduce your issue but failed - please see [this twiddle](https://ember-twiddle.com/8010069c9fb853ce43cc0462f01a68bf?openFiles=templates.application.hbs%2C)!
There are two properties related to this: `includeBlank` and `prompt`. Currently `prompt` is just an alias of `includeBlank`, which means you can just pass the string you want to display...
@cseufert Sorry for the delay - I think I have a working version in #2054
Superseded by #2054
We definitely shouldn’t add newlines after ?> because that would indeed break code. I’d also be open for removing ?> if the file doesn’t contain any inline nodes.
Thanks for the example @titoBouzout! It looks like a bug/edge case to me. Input for future reference: ```php ```
Hi @vielhuber, I think this would require a separate prettier plugin which consists out of a blade parser and custom formatting rules for blade templates. This probably requires a lot...
Did you already try adding *.blade.php to .prettierignore?
Hi @davidwebca, I don’t think anyone is currently working on this. The HTML parser is not part of this repository, but of the main prettier project: https://github.com/prettier/prettier/tree/main/src/language-html
@alexander-akait Yeah, it probably fits to the scope of the PHP plugin. Back when this was brought up for the first time I was hesitant, but mostly because of the...