diff --git a/.editorconfig b/.editorconfig index 9d4bfbf55d3a1..c8d188a24ad77 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,5 +6,6 @@ root = true charset = utf-8 indent_style = space indent_size = 4 +continuation_indent_size = 8 trim_trailing_whitespace = true insert_final_newline = true