.editorconfig: fix typo of missing asterisk

This commit is contained in:
Aminda Suomalainen 2024-08-11 07:07:34 +03:00
parent 8be606ccc8
commit 5280d12440
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -9,7 +9,7 @@ indent_style = space
indent_size = 2
max_line_length = 78
[.json]
[*.json]
indent_style = tab
indent_size = tab