fix(editorconfig): correct braces (#1094)

Signed-off-by: Ryan <me@hackerc.at>
This commit is contained in:
Ryan 2022-03-30 18:55:20 +02:00 committed by GitHub
parent 11c3fb39dd
commit 8d41f7aa6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,6 +12,6 @@ indent_size = 4
indent_style = unset
indent_size = unset
[*.{yml,yaml,js{,on}}]
[*.{yml,yaml,js,json}]
indent_style = space
indent_size = 2