diff --git a/.editorconfig b/.editorconfig index 02387d7..61d840d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,7 @@ root = true [*] end_of_line = lf -indent_style = tabs +indent_style = spaces +indent_size = 4 insert_final_newline = true trim_trailing_whitespace = true