Skip to content

incorrect indent format on nested template tag #3973

@ihola777

Description

@ihola777

before:
屏幕截图 2024-03-04 230303

after:
屏幕截图 2024-03-04 230357

prettier settings:

{
  "$schema": "https://json.schemastore.org/prettierrc",
  "semi": false,
  "tabWidth": 4,
  "singleQuote": true,
  "printWidth": 80,
  "trailingComma": "none",
  "endOfLine": "auto",
  "vueIndentScriptAndStyle": false,
  "bracketSameLine": true,
  "singleAttributePerLine": false,
  "htmlWhitespaceSensitivity": "ignore",
  "plugins": [
    "prettier-plugin-tailwindcss"
  ]
}

plugin settings
屏幕截图 2024-03-04 230504

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions