add proto section to .editorconfig

This commit is contained in:
Anton Kaliaev
2017-11-09 16:49:06 -05:00
parent 87072d3810
commit f07c300c14
+4
View File
@@ -13,3 +13,7 @@ indent_style = tab
[*.sh]
indent_style = tab
[*.proto]
indent_style = space
indent_size = 2