diff --git a/.editorconfig b/.editorconfig index aa37828..a16b527 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,5 +2,5 @@ root = true [README.md] charset = utf-8 -indent_style = space -indent_size = 2 \ No newline at end of file +indent_style = tab +tab_width = 2 \ No newline at end of file