[.editorconfig] add rule for .proto files [ci skip]

This commit is contained in:
Anton Kaliaev
2017-07-19 12:28:19 +03:00
parent 7a492e3612
commit 5fea1d2675
2 changed files with 8 additions and 4 deletions

View File

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