diff --git a/.editorconfig b/.editorconfig index 8489ca5..740db13 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,7 +22,6 @@ tab_width = 8 # forces the usage of 4 spaces [*.{py,rs,cs}] indent_style = space -indent_size = tab tab_width = 4 [*.{json,jsonc}] @@ -30,7 +29,6 @@ tab_width = 4 [*.{yaml,toml}] indent_style = space -indent_size = tab tab_width = 4 [*.{html,css,scss}]