diff --git a/.editorconfig b/.editorconfig index af191795..37508f46 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,8 +3,8 @@ root = true [*] -indent_size = 1 -indent_style = space +indent_size = 2 +indent_style = tab charset = utf-8 end_of_line = lf insert_final_newline = true