0

Related:

How to change indentation in Visual Studio Code?

htmllint is giving these errors:

enter image description here

Default formatter is prettier:

enter image description here

.htmllintrc:

{
  "attr-name-style": "dash",
  "attr-quote-style": "double",
  "id-class-style": "dash",
  "indent-style": "spaces",
  "indent-width": 4,
  "line-end-style": "crlf",
  "attr-req-value": false,
  "html-req-lang": true,
  "title-max-length": 120,
  "img-req-src": false,
  "tag-bans": [
    "!style"
  ]
}

Why isn't the indentation being applied?

Sebi
  • 4,262
  • 13
  • 60
  • 116

0 Answers0