add proto section to .editorconfig

This commit is contained in:
Anton Kaliaev 2017-11-09 16:49:06 -05:00
parent 87072d3810
commit f07c300c14
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 4 additions and 0 deletions

View File

@ -13,3 +13,7 @@ indent_style = tab
[*.sh]
indent_style = tab
[*.proto]
indent_style = space
indent_size = 2