diff --git a/.editorconfig b/.editorconfig index 65f8370a..54c5265e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ trim_trailing_whitespace = true [*.{ts,tsx,js,json}] indent_style = tab -indent_size = 4 +tab_width = 4 [*.md] trim_trailing_whitespace = false