diff --git a/.editorconfig b/.editorconfig index be359d319d8a..2d1d090810ee 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,6 +6,7 @@ indent_style = space indent_size = 2 ij_continuation_indent_size = 2 max_line_length = 140 +tab_width = 2 ij_any_else_on_new_line = true ij_any_catch_on_new_line = true