diff --git a/.editorconfig b/.editorconfig index 416f8931..7fb437e2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,6 @@ root = true [*] charset = utf-8 end_of_line = lf -indent_style = tab +indent_style = space indent_size = 4 insert_final_newline = true