fix(editorconfig): correct braces (#1094)
Signed-off-by: Ryan <me@hackerc.at>
This commit is contained in:
parent
11c3fb39dd
commit
8d41f7aa6b
@ -12,6 +12,6 @@ indent_size = 4
|
|||||||
indent_style = unset
|
indent_style = unset
|
||||||
indent_size = unset
|
indent_size = unset
|
||||||
|
|
||||||
[*.{yml,yaml,js{,on}}]
|
[*.{yml,yaml,js,json}]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
Loading…
Reference in New Issue
Block a user