From a05aac035bd2d168b634fdd3246faa3f3be3dd7f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 5 Apr 2023 18:27:59 +0200 Subject: [PATCH] build: refine editorconfig MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index be65bb51..42cac22c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ insert_final_newline = true end_of_line = lf max_line_length = 100 -[*.ts{,x}] +[*.{ts{,x},js{,x},cjs,mjs}] quote_type = single [*.md] -- 2.34.1