diff --git a/src/main/ts-v7/.editorconfig b/src/main/ts-v7/.editorconfig index 6e87a00..2196876 100755 --- a/src/main/ts-v7/.editorconfig +++ b/src/main/ts-v7/.editorconfig @@ -3,7 +3,7 @@ root = true [*] charset = utf-8 -indent_style = space +indent_style = tab indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true