From 06423e25e7f6b0ce1dc939477176124f7c541558 Mon Sep 17 00:00:00 2001 From: phga Date: Thu, 24 Nov 2022 00:12:19 +0100 Subject: [PATCH] fix: the ? always matches at least 1 char, not 0 or 1 --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 5bb446a..83c177d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,7 +8,7 @@ charset = utf-8 max_line_length = 90 # .js, .jsx, .ts, .tsx -[*.{js,ts}?] +[*.{js,ts,jsx,tsx}] indent_style = space indent_size = 2 quote_type = single