From d69bbb326c78d8ae3fc4f9984b7d1810707563fa Mon Sep 17 00:00:00 2001 From: Seth Falco Date: Sat, 8 Jul 2023 03:34:04 +0100 Subject: [PATCH] chore: update editorconfig got js.template files --- .editorconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 24844a7..d340b50 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,11 +10,11 @@ insert_final_newline = true curly_bracket_next_line = false spaces_around_operators = true -[*.{js,py}] -indent_size = 4 - -[*.{js,ts}] +[*.js] quote_type = double +[*.{js,js.template,py}] +indent_size = 4 + [*.{markdown,md}] trim_trailing_whitespace = false