From 88e804af4cc18d293b7cf884281a25e8822fd88a Mon Sep 17 00:00:00 2001 From: James Vasile <james@jamesvasile.com> Date: Sun, 21 May 2023 11:00:49 -0400 Subject: [PATCH] HTML only needs 2 space tabs --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 88f9cb7..0643b03 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,6 +17,9 @@ max_line_length = 100 [Makefile] indent_style = tab +[*.html] +indent_size= = 2 + [lib/**.js] indent_size = 2 -- GitLab