fix: the ? always matches at least 1 char, not 0 or 1

main
phga 2 years ago
parent d52cef9a0e
commit 06423e25e7
Signed by: phga
GPG Key ID: 5249548AA705F019

@ -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

Loading…
Cancel
Save