From 3f6263664528918f09ed5ae8320a05d909e73416 Mon Sep 17 00:00:00 2001 From: Toby Date: Thu, 22 Feb 2024 22:49:01 +0100 Subject: [PATCH] update editorconfig --- .editorconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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