From 197dbcc35be55fe2e3206085ac47e5f11eaba87a Mon Sep 17 00:00:00 2001 From: Pablo Zmdl <57864086+pabzm@users.noreply.github.com> Date: Mon, 24 Mar 2025 18:19:00 +0100 Subject: [PATCH] Add javascript to .editorconfig (#9825) We're using 4 spaces for JavaScript, too. --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index f6bd20ac3..690a08c43 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ root = true end_of_line = lf insert_final_newline = true -[*.{json, php, sh}] +[*.{json, php, sh, js}] charset = utf-8 indent_style = space indent_size = 4