fix: the ? always matches at least 1 char, not 0 or 1
This commit is contained in:
parent
d52cef9a0e
commit
06423e25e7
@ -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…
x
Reference in New Issue
Block a user