fix htmlhint to allow tabs for indent

This commit is contained in:
Graydogminer 2022-11-20 16:20:23 -08:00 committed by GitHub
parent c412282e04
commit 8a1c210515
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,4 @@
{ {
"attr-value-not-empty": false "attr-value-not-empty": false,
"space-tab-mixed-disabled": false
} }