From 38d5f9254fab89ac784b26f1273755fba8cf6b35 Mon Sep 17 00:00:00 2001 From: nitrohorse <1514352+nitrohorse@users.noreply.github.com> Date: Sat, 3 Aug 2019 14:12:07 -0700 Subject: [PATCH] Remove space rule due to using tabs --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index d74390dd..26aa0122 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,2 @@ [*.html] -indent_style = tab -indent_size = 4 \ No newline at end of file +indent_style = tab \ No newline at end of file