.editorconfig: fix typo of missing asterisk
This commit is contained in:
parent
8be606ccc8
commit
5280d12440
|
@ -9,7 +9,7 @@ indent_style = space
|
|||
indent_size = 2
|
||||
max_line_length = 78
|
||||
|
||||
[.json]
|
||||
[*.json]
|
||||
indent_style = tab
|
||||
indent_size = tab
|
||||
|
||||
|
|
Loading…
Reference in New Issue