Align editorconfig indent with Prettier formatter.
This commit is contained in:
parent
800c42a127
commit
01a9bd9853
|
|
@ -13,7 +13,7 @@ indent_size = 1
|
|||
# JavaScript
|
||||
[*.js]
|
||||
indent_style = space
|
||||
indent_size = 1
|
||||
indent_size = 2
|
||||
|
||||
# YAML
|
||||
[*.yml]
|
||||
|
|
|
|||
Loading…
Reference in New Issue