vscode неправильный отступ htmllint
Связанный:
Как изменить отступ в коде Visual Studio?
htmllint выдает следующие ошибки:
Средство форматирования по умолчанию красивее:
.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"
]
}
Почему не применяется отступ?