Align editorconfig indent with Prettier formatter.

This commit is contained in:
Tobias Lidskog 2017-10-28 17:54:13 +02:00
parent 800c42a127
commit 01a9bd9853
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ indent_size = 1
# JavaScript
[*.js]
indent_style = space
indent_size = 1
indent_size = 2
# YAML
[*.yml]