diff --git a/.editorconfig b/.editorconfig index 5c64ab1184..b42aef9cc9 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,7 +7,7 @@ root = true [*] charset = utf-8 indent_style = tab -indent_size = 2 +indent_size = 3 trim_trailing_whitespace = true insert_final_newline = true