fix the indent_size in .editorconfig

This commit is contained in:
Romain Beaumont 2015-05-14 21:36:40 +02:00
parent ded460af37
commit 471b53de8f

View File

@ -9,7 +9,7 @@ charset = utf-8
[*.js] [*.js]
indent_style = space indent_style = space
indent_size = 4 indent_size = 2
[{package.json}] [{package.json}]
indent_style = space indent_style = space