From a3aa7565d724791d16d5616839a59f5054ad7cfa Mon Sep 17 00:00:00 2001 From: SyedAhkam Date: Fri, 12 Jan 2024 03:05:17 +0530 Subject: [PATCH] style: update .editorconfig to cover tests --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 4bcc181..24c7069 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,4 +7,8 @@ end_of_line = lf [src/**.ts] indent_style = space +indent_size = 2 + +[test/**.ts] +indent_style = space indent_size = 2 \ No newline at end of file