Skip to content

The remarks tag formatting is inconsistent #213

@mcaroff-wallix

Description

@mcaroff-wallix

I get one of two formats depending on the system I'm on:

Windows: (flat):

/**
 * @remarks
 * text
 */

Linux: (indented):

/**
 * @remarks
 *   text
 */

Note: this issue may actually not be related to the OS, it may be due to something else.

Environment

.prettierrc.js:

{
  tsdoc: true
}

Versions:

    "prettier-plugin-jsdoc": "1.0.2",
    "prettier": "3.0.3",

Edit: added names "(flat)" and "(indented)", to format results.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions