From 88bd7836bc7da257fb2d19b3fed39037573c52da Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Sun, 6 Aug 2023 07:44:12 -0700 Subject: [PATCH] JS stays a 4 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 5de5681..d2572dd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ insert_final_newline = true trim_trailing_whitespace = true [*.js] -indent_size = 2 +indent_size = 4 [*.ts] indent_size = 2