From 8a1c2105153338e4ad21bbaf319b07556ccae87e Mon Sep 17 00:00:00 2001 From: Graydogminer <78515166+Graydogminer@users.noreply.github.com> Date: Sun, 20 Nov 2022 16:20:23 -0800 Subject: [PATCH] fix htmlhint to allow tabs for indent --- .htmlhintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.htmlhintrc b/.htmlhintrc index edd263f..6a6a6bd 100644 --- a/.htmlhintrc +++ b/.htmlhintrc @@ -1,3 +1,4 @@ { - "attr-value-not-empty": false + "attr-value-not-empty": false, + "space-tab-mixed-disabled": false }