diff --git a/.editorconfig b/.editorconfig index a436508..9cfcfc3 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,12 @@ root = true end_of_line = lf insert_final_newline = false -[src/**/*.ts] +[{src,tests}/*.ts] charset = utf-8 indent_style = space indent_size = 4 + +[{src,tests}/**/*.ts] +charset = utf-8 +indent_style = space +indent_size = 4 \ No newline at end of file