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