Jordan Kiesel

Results 25 comments of Jordan Kiesel

Thank you for creating this issue! However, I believe this is intended behavior. At least, it mimics Prettier's own formatting for a similar code snippet in TypeScript, which is what...

There is an existing issue against Prettier related to this, but it hasn't gotten much traffic. Linking it here for future reference, in case that changes: prettier/prettier#16688

This is similar to #651, which asked for the same, though specifically mentioned Javadocs. At the moment, this plugin does not modify the contents of comments in any way, it...

As of version 2.6.0, this plugin is now an ECMAScript module, so you cannot `require()` it. Try using `import` instead. You can see an example in our own website's source...

That section of the Prettier docs is under the [Markdown](https://prettier.io/docs/ignore#markdown) section, and those comments are seemingly only supported in Markdown files. That being said, Prettier Java supports `@formatter:off` and `@formatter:on`,...