From 8f409c4d6845ce19fc87ca522ea1e5bbe6bd2cb4 Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Sun, 13 Oct 2024 03:42:36 -0300 Subject: [PATCH] Update .editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index c18511ccf..ec6d0736d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,11 +4,11 @@ root = true indent_style = space indent_size = 2 -[*.rb,*.erb] +[*.rb, *.erb] indent_style = space indent_size = 2 -[*.js,*.ts,*.tsx] +[*.js, *.ts, *.tsx] indent_style = space indent_size = 2