diff --git a/.editorconfig b/.editorconfig index aea7683..9cb09a9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,12 +9,6 @@ indent_style = tab indent_size = tab tab_width = 8 -[*.{json,jsonc}] -tab_width = 4 - -[*.{html,css,scss}] -tab_width = 4 - [{makefile,Makefile}] tab_width = 4 @@ -26,7 +20,13 @@ indent_style = space indent_size = tab tab_width = 4 +[*.{json,jsonc}] +tab_width = 4 + [*.{yaml,toml}] indent_style = space indent_size = tab tab_width = 4 + +[*.{html,css,scss}] +tab_width = 4