From f623a14ab0ac46a639fbee9fc7f1606f636c4228 Mon Sep 17 00:00:00 2001 From: eleith Date: Wed, 16 Aug 2023 14:02:12 +0000 Subject: [PATCH] [editorconfig] simplify and use tabs --- editorconfig | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/editorconfig b/editorconfig index 14a2755..538ba2b 100644 --- a/editorconfig +++ b/editorconfig @@ -1,13 +1,5 @@ root = true -[**.js] -indent_style = space -indent_size = 2 - -[**.css] -indent_style = space -indent_size = 2 - -[**.html] -indent_style = space +[*] +indent_style = tab indent_size = 2