Add package.json to .editorconfig

This commit is contained in:
Adrian Moennich 2018-03-15 15:21:00 +01:00
parent f7d82223bd
commit 05be8d7107

View File

@ -11,5 +11,8 @@ insert_final_newline=true
[{*.yml,*.yaml}]
indent_size=2
[package.json]
indent_size=2
[Makefile]
indent_style=tab