From 5c2bdea8b408a113b1da788e1ea666c368641f86 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Mon, 7 Oct 2024 00:03:21 -0300 Subject: [PATCH] Update .editorconfig --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index ad8597c5d..c18511ccf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,3 +1,9 @@ +root = true + +[*.html] +indent_style = space +indent_size = 2 + [*.rb,*.erb] indent_style = space indent_size = 2