diff --git a/.editorconfig b/.editorconfig index d804f1e..aea7683 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,10 @@ indent_style = tab indent_size = tab tab_width = 8 -[*.{json,jsonc,css,scss}] +[*.{json,jsonc}] +tab_width = 4 + +[*.{html,css,scss}] tab_width = 4 [{makefile,Makefile}]